Saving a web site local

Page principale
Attachements:
Message en tant que courrier électronique
+ (text/plain)
Supprimer ce message
Répondre à ce message
Auteur: Craig White
Date:  
Sujet: 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