[LINK] RFI: Bulk-Caching of a Web-Site down onto a PC

Robin Whittle rw at firstpr.com.au
Tue Oct 10 21:41:20 AEST 2006


I use wget on Linux/Unix.  It is available for Windows at:

  http://gnuwin32.sourceforge.net/packages/wget.htm

My recipe is:

  wget -c -r -p -np  http://www.blah.com
  wget -c -r -p -np  http://www.blah.com/foobar/

which means:

  -c  resume getting a partially-downloaded file
  -r  recursive web-suck (ie - follow links)
  -p  get all images
  -np don't ascend to the parent directory

  - Robin



More information about the Link mailing list