Jul 16, 2012

0 wget


Example : wget www.page.com/tar.gz


Note : wget will download to folder, from which you will run it.
If it's :
root@intranet:/var/www/# wget www.page.com/tar.gz
Then downloaded file will be located in :
root@intranet:/var/www/#
Can check it by running :
root@intranet:/var/www/# ls
or
root@intranet:/var/www/# dir

 

wget --limit-rate=200k   //limiting download speed to 200Kb/sec

wget –b  //downloading in background.

More wget commands : LINK

0 comments :

Post a Comment

Comment: