Ubuntu: Downloading files using wget
by admin on Aug.07, 2010, under Linux (Ubuntu)
Downloading files is absolutely essential for server administrators. If your server downloads files for you, you won’t have to upload them on your own, which will save you a lot of time.
I always used the wget command, as it’s really simple to handle. Type the following into your terminal :
wget http://www.test.de/img/logo.gif
This command will download a file and save it to the current directory.