2

Possible Duplicate:
Website downloader (cache?) to view sites offline

I have been using Meta Products Offline Explorer in the past.

Has anyone got good recommendations on some free alternatives, preferably which can run portably on multiple computers.

Madhur Ahuja
  • 1,969

2 Answers2

4

HTTrack is one of the alternatives. http://www.httrack.com/

4

Wget for windows is another alternative. It has the advantage of being run at command line

wget -r -l [depth] [site]

e.g.

wget -r -l 5 http://foo.com/bar.html

will download all links down to 5th level use the -m if you want to do a mirror of the site concerned.

Wget for windows is available at http://gnuwin32.sourceforge.net/packages/wget.htm

bubu
  • 10,029