Power of WGET

To download anything from website use wget command line utility. Here is an example

wget -p -r -np http://gentoo.org/doc/en

* -p: also download any images,.. linked from the pages downloaded
* -r: recurse - default depth is 5
* -np: Download from the directory given, no parent files

 
 
 
 
Copyright © Sun solaris admin