Saving a web site local

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Craig White
Date:  
Subject: Saving a web site local
On Sat, 2002-06-15 at 09:37, Alan Dayley wrote:
> I want to save a web page and all the pages it links to (about 2 deep) to my
> local hard drive so I can browse it locally. I don't see this capability in
> Konqueror or Mozilla. How do I do this?
>

---
I use wget - it's amazing

man wget

wget -r www.website.tld

Craig