I have root access to server with Ubuntu Server OS via SSH. I want to install nexuiz dedicated server. But first thing - I need to upload it to a server. Question how, excluding ftp? I tried:
Fail. Wget doesn't work if address isn't direct path to exact file.
I tried Lynx as well - fail again. It even doesn't work for http://downloads.sourceforge.net. (I have error - can't establish connection) Why, i don't know because I tested Lynx for 3-4 example sites and it worked. I can of course do something like this:
And with GUI this task can be manage by a child. But I'm affraid of mess this command could create - it will install nearly 900 new packets which I had to deinstall after uploading Nex (and I'm linux noob ). Probably there will be to many dependities and one single command can't deinstall everything what was installed. And it have to be deinstalled coz I need this server as secure LAMP server, not now but for couple months for sure. So this command is really last resort.
Any ideas how to solve this problem?
Fail. Wget doesn't work if address isn't direct path to exact file.
I tried Lynx as well - fail again. It even doesn't work for http://downloads.sourceforge.net. (I have error - can't establish connection) Why, i don't know because I tested Lynx for 3-4 example sites and it worked. I can of course do something like this:
apt-get install ubuntu-desktop
And with GUI this task can be manage by a child. But I'm affraid of mess this command could create - it will install nearly 900 new packets which I had to deinstall after uploading Nex (and I'm linux noob ). Probably there will be to many dependities and one single command can't deinstall everything what was installed. And it have to be deinstalled coz I need this server as secure LAMP server, not now but for couple months for sure. So this command is really last resort.
Any ideas how to solve this problem?