WGET is one of the prominent downloader.One can download webpages,files etc,. using wget.
steps
1.Download wget.exe
2.Open windows command prompt and browse into the directory where wget.exe is there.
3.enter the command -> wget "your web link(location of the file you are going to download)"
4.Don't worry if your download is stopped or terminated in between
use the option -c
5.If you want to learn more options, look into the wget manual
for example c:\>wget -c http://www.ubuntu.com/ubuntu 11.04.iso
steps
1.Download wget.exe
2.Open windows command prompt and browse into the directory where wget.exe is there.
3.enter the command -> wget "your web link(location of the file you are going to download)"
4.Don't worry if your download is stopped or terminated in between
use the option -c
5.If you want to learn more options, look into the wget manual
for example c:\>wget -c http://www.ubuntu.com/ubuntu 11.04.iso
No comments:
Post a Comment