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

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