SYNTAX
pure-statsdecode filename
pure-statsdecode -
DESCRIPTION
This program decodes Pure-FTPd's "stats" log files and converts timestamps into human-readable dates.
OPTIONS
- -
- means to read the standard input.
- filename
- is a log file produced with pure-ftpd -O ftpstats:/path/to/logfile
EXAMPLES
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
AUTHORS
Frank DENIS <j at pureftpd dot org>