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 the gzipped file?

   Just specify the gzip-compressed file, so far as I know.



   Steven M. Schweda   [EMAIL PROTECTED]
   382 South Warwick Street(+1) 651-699-9818
   Saint Paul  MN  55105-2547


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

 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 the gzipped file?

   Just specify the gzip-compressed file, so far as I know.



   Steven M. Schweda   [EMAIL PROTECTED]
   382 South Warwick Street(+1) 651-699-9818
   Saint Paul  MN  55105-2547


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 waiting for those data.  Also, when I say Example, I normally
mean An actual example, that is, one which can be tested and verified.

   Adding -d to the wget command can also be informative.

   SMS.