> 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
