how to use the wget command to copy whole website to local

Steven Stern subscribed-lists at sterndata.com
Wed Sep 26 12:07:58 UTC 2012


On 09/25/2012 11:06 PM, Frank Cox wrote:
> On Wed, 26 Sep 2012 09:18:31 +0800
> yujian wrote:
> 
>> I want to copy a website to my local disk. I use the command wget -r
>> www.example.com, but I find that only html copyed.
> 
> httrack
> 
The appropriate command is

  wget --mirror url

but I find it doesn't work if the server does page compression.  I get
only the home page.

-- 
-- Steve


More information about the users mailing list