gzip question

2007-12-19 Thread Christopher Eastwood
Does wget automatically decompress gzip compressed files? Is there a way to get wget NOT to decompress gzip cpmpressed files, but to download them as the gzipped file? Thanks, Christopher

gzip question

2007-12-19 Thread Christopher Eastwood
Does wget automatically decompress gzip compressed files? Is there a way to get wget NOT to decompress gzip cpmpressed files, but to download them as the gzipped file? Thanks, Christopher

Re: gzip question

2007-12-19 Thread Steven M. Schweda
From: Christopher Eastwood Does wget automatically decompress gzip compressed files? I don't think so. Have you any evidence that it does this? (Wget version? OS? Example with transcript?) Is there a way to get wget NOT to decompress gzip cpmpressed files, but to download them as

gzip question

2007-12-19 Thread Christopher Eastwood
Does wget automatically decompress gzip compressed files? Is there a way to get wget NOT to decompress gzip cpmpressed files, but to download them as the gzipped file? Thanks, Christopher

RE: gzip question

2007-12-19 Thread Christopher Eastwood
wget --header='Accept-Encoding: gzip, deflate' http://{gzippedcontent} -Original Message- From: Steven M. Schweda [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 19, 2007 2:57 PM To: WGET@sunsite.dk Cc: Christopher Eastwood Subject: Re: gzip question From: Christopher Eastwood

Re: gzip question

2007-12-19 Thread Steven M. Schweda
From: Christopher Eastwood wget --header=3D'Accept-Encoding: gzip, deflate' http://{gzippedcontent} Doctor, it hurts when I do this. Don't do that. What does it do without --header='Accept-Encoding: gzip, deflate'? [...] (Wget version? OS? Example with transcript?) Still