pure-statsdecode - Show human-readable dates from a "stats" logfile
Contents
Description
This program decodes Pure-FTPd's "stats" log files and converts timestamps into human-readable dates.
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
Name
pure-statsdecode - Show human-readable dates from a "stats" logfile
Options
- means to read the standard input.
filename
is a log file produced with pure-ftpd -O ftpstats:/path/to/logfile
See Also
ftp(1), pure-ftpd(8)pure-ftpwho(8)pure-mrtginfo(8)pure-uploadscript(8)pure-statsdecode(8)pure-pw(8)pure-quotacheck(8)pure-authd(8)pure-certd(8)RFC959, RFC2228, RFC2389 and RFC2428. Frank Denis 1.0.50 pure-statsdecode(8)
Syntax
pure-statsdecode filename
pure-statsdecode -