================================================================== Good Utilities ~ ================================================================== Save Web For Offline Use ~ ================================================================== Save Web For Offline Use ~ ================================================================== www.httrack.com Use it with export cookies add-on on firefox which creates cookies.txt file and copy that file to httrack destination project folder. ================================================================== Fire Fox Add-on Description ================================================================== DownThemAll addon. All links in webpage. Cookie Exporter Exports all cookies in IE manner. Makes a Netscape standard cookies.txt file. Very useful for WGET --load-cookies option. ================================================================== ================================================================== wget --mirror -p --html-extension --convert-links www.example.com the options explained: -p get all images, etc. needed to display HTML page. --mirror self explanatory --html-extension save HTML docs with .html extensions --convert-links make links in downloaded HTML point to local files. --load-cookies FILE -A acclist / -R rejlist --accept=acclist / --reject=rejlist Comma-separated list of extensions to accept/reject. For example, if you wish to download only GIFs and JPEGs, you will use -A gif,jpg,jpeg. If you wish to download everything except cumbersome MPEGs and .AU files, you will use -R mpg,mpeg,au. wget -r --no-parent http://site.com/songs/ ================================================================== wget examples: wget --dot-style=binary ftp://prep.ai.mit.edu/pub/gnu/README wget -r -l1 http://www.yahoo.com/ (retrieve the first layer of links) wget --mirror ftp://ftp.xemacs.org/pub/xemacs/ -o /home/me/weeklog put this entry in $HOME/.wgetrc : http_proxy=rs2-cblr03-01.india:8080 (or use $HOME/.wgetrc copied from /etc/wgetrc) wget -b --proxy=on http://nana.sfbay/products/jes5/08/jes1of2_sparc.zip wget --dot-style=binary ftp://prep.ai.mit.edu/pub/gnu/README wget -r -l1 http://www.yahoo.com/ (retrieve the first layer of links) wget --mirror ftp://ftp.xemacs.org/pub/xemacs/ -o /home/me/weeklog