wget, a powerful downloader
July 31st, 2006 mysurface Posted in Network, wget | Hits: 79065 | 3 Comments »
If you think wget is only a command line downloader, you are wrong. wget is capable of doing a lots of download. Bellow I gonna show few simple examples:
Let say you want to download a file from a site.
wget http://www.dummy.com/foo.tar.gz
Sometimes lost connection might be happen in the middle of downloads, can I resume?
wget -c http://www/dummy.com/foo.tar.gz
Okay, my internet connection is low, I am facing rapid disconnection, I want it to retry automatically and continue download as well, how?
wget -t 0 -c http://www.dummy.com/foo.tar.gz #by default it retry 20 times, and -t 0 is to make it retry always.
Emm… Interesting, what if I want to download the entire web one shot if I have the web URL?
wget -p http://www.dummy.com/blog
What if I want to download the files which i need to specified the username and password?
wget http://www.dummy.com/bar.tar --user=name --password=passwd
What else can I do?
A lots more, man wget.
ï¼»ä¸æ–‡ç¿»è¯‘ï¼½







April 21st, 2007 at 2:42 pm
nice
April 7th, 2009 at 9:23 pm
Very, very helpful !
August 14th, 2011 at 9:01 am
This is often a terrific piece of content material, I discovered your internet page checking bing for a related material and came to this. I couldnt get to much choice info on this posting, so it was very good to locate this 1. I will in all probability finish up becoming again to appear at some other posts that you have got an additional time.