[thelist] Downloading a website

Tim Parkin tim at pollenation.net
Sat Jul 20 02:53:01 CDT 2002


Daniel Medley Sentthis on 20 July 2002 09:36
>I'm wondering, is there a way to download a complete website images and
all
>in one fell swoop?
If you are on unix or install cygwin on windows, you can use wget

wget -l<number of levels> -r

So to get threee levels deep try

wget -l3 -r http://www.website.com

Good guide at
http://www.lns.cornell.edu/public/COMP/info/wget/wget_toc.html

Tim







More information about the thelist mailing list