pure-statsdecode - Show human-readable dates from a "stats" logfile
pure-statsdecode filename
pure-statsdecode -
This program decodes Pure-FTPd's "stats" log files and converts timestamps into human-readable dates.
To run this program the standard way type:
pure-statsdecode /var/log/pureftpd.log > /tmp/pureftpd.humanlog
Alternativly you can run it as:
cat /var/log/pureftpd.log | pure-statsdecode - | gzip --best > /tmp/pureftpd.humanlog.gz
Frank DENIS <j at pureftpd dot org>
RFC 959, RFC 2228, RFC 2389 and RFC 2428.