[sniffer] test

2004-05-01 Thread Roger Moser
 This can be done with wget, for example, but setting this up appears to be
 technically complex - so I'm going to leave it at that for now. (Requires
 the --header switch and piping the output through gzip)

It is not so complex:

In the wget command change
  -O sniffer.new
to
  -O sniffer.new.gz
and add the switch
  --header=Accept-Encoding:gzip

And in the next line put the command
  gzip -d -f sniffer.new.gz

Roger

This E-Mail came from the Message Sniffer mailing list. For information and 
(un)subscription instructions go to 
http://www.sortmonster.com/MessageSniffer/Help/Help.html


Re: [sniffer] test

2004-05-01 Thread Pete McNeil
At 07:13 AM 5/1/2004, you wrote:
 This can be done with wget, for example, but setting this up appears to be
 technically complex - so I'm going to leave it at that for now. (Requires
 the --header switch and piping the output through gzip)
It is not so complex:
In the wget command change
  -O sniffer.new
to
  -O sniffer.new.gz
and add the switch
  --header=Accept-Encoding:gzip
And in the next line put the command
  gzip -d -f sniffer.new.gz
That looks about right. Of course you will also need to download gzip to 
make this work if you don't already have it.

http://www.gzip.org/
_M
This E-Mail came from the Message Sniffer mailing list. For information and (un)subscription instructions go to http://www.sortmonster.com/MessageSniffer/Help/Help.html


RE: [sniffer] test

2004-05-01 Thread Robert Grosshandler
Appears to work beautifully.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Pete McNeil
Sent: Saturday, May 01, 2004 12:10 PM
To: [EMAIL PROTECTED]
Subject: Re: [sniffer] test


At 07:13 AM 5/1/2004, you wrote:
  This can be done with wget, for example, but setting this up appears 
  to be technically complex - so I'm going to leave it at that for 
  now. (Requires the --header switch and piping the output through 
  gzip)

It is not so complex:

In the wget command change
   -O sniffer.new
to
   -O sniffer.new.gz
and add the switch
   --header=Accept-Encoding:gzip

And in the next line put the command
   gzip -d -f sniffer.new.gz

That looks about right. Of course you will also need to download gzip to 
make this work if you don't already have it.

http://www.gzip.org/

_M



---
[This E-mail scanned for viruses by Declude Virus]


This E-Mail came from the Message Sniffer mailing list. For information and 
(un)subscription instructions go to 
http://www.sortmonster.com/MessageSniffer/Help/Help.html