How To Download And Install Files From Linux Command Shell Line?
How To Download And Install Files From Linux Command Shell Line?
How To Download And Install Files From Linux Command Shell Line?
Post Description:
Post Tags: how, to, download, and, install, files, from, linux, command, shell, line
This Post Has Been Viewed 240 Times Since Thu Jun 21, 2007 11:41 am Posted By paco with 2 replies
Next Post »» how to install wget from linux command line shell
Post Description:
Post Tags: how, to, download, and, install, files, from, linux, command, shell, line
This Post Has Been Viewed 240 Times Since Thu Jun 21, 2007 11:41 am Posted By paco with 2 replies
Next Post »» how to install wget from linux command line shell
| How To Download And Install Files From Linux Command Shell Line? |
i've trying to install a script into my dedicated server i am leasing from webune and i only have access to the linux shell, can you guys help me figure out how i can download and install a script from the command line, the scripts give me instructions how i can install it from the command line, but i am having a difficult time trying to at least get in or download it to my server. thanks
Leave Your Comments [ dejar commentarios ]
Comments and replies About How To Download And Install Files From Linux Command Shell Line?
:: 1 :: #7573 - Reply By hostman On Thu Jun 21, 2007 11:43 am
to download files from the internet through your command line. you should have been give a root password, login as root though your ssh and execute this command:
wget http://www.whatever.com/file.tar.gz
thats it, you will see the machine will try to connect to the website and start to download whatever you are downloading.
wget http://www.whatever.com/file.tar.gz
thats it, you will see the machine will try to connect to the website and start to download whatever you are downloading.
:: 2 :: #7574 - Reply By paco On Thu Jun 21, 2007 11:43 am
ok, thanks, it loooks like its working now..
thanks again.
thanks again.

