Caching A Site?

Is there a way to cache an entire site onto my hard drive for viewing offline?

If so, how?

Thanks

#112059

in windows xp , you can add a site to favorites , right click and "make available offline" :lol:

theres also a program called websnake?? i believe...which performs a similar task

#112060

httrack.com

#112089

Ah, OSS to the rescue. I like "wget", it's available for windows along with UNIX.

Just do:

wget --mirror http://www.website.com

It will mirror the entire website into a folder.

http://studwww.ugent.be/~bpuype/wget/

EDIT: Be warned, don't try and mirror google or MSN, you'll be there for a while. ;)

There are plenty of customization options, read the docs.

#112097