Uncle C
Well-known member
Can anyone recommend some free software to copy a web site to my hard drive? And no, its not porn.
www.httrack.com - for windows
www.sitesucker.us/mac/mac.html - for mac
Be aware that this only downloads "flat" html files of the website. If you're say trying to download a website with a management system, shop, blog, etc. these features will no longer work (on your downloaded version)
If it's a website that you own you're best off getting the FTP details and downloading it using an FTP programme such as Filezilla or CyberDuck.
What is the purpose of this?
If it's to just read certain pages whilst offline then some browsers let you save for offline viewing - I assume that's what the software above is doing? (which recursively searches the site for pages).
If it's a site that generates content on the fly from a database, then you can only really take a "snapshot" at the time of copying.
Wget.
Syntax is "wget -r -l 0 http://www.example.com/"