Monday 10 March 2014

Downloading a whole website using linux terminal command, wget

http://community.linuxmint.com/tutorial/view/189

wget --wait=1 --limit-rate=200K -r -p -U Mozilla www.site.com/

wait option by seconds
limit rate option by Kb
-r recursive option to download everything under target
-p page requisite option to download required images, etc
-U user agent option to specify identity

Tried and works in linux mint 16 petra

No comments:

Post a Comment