pure-statsdecode - Man Page
Show human-readable dates from a "stats" logfile
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
Alternatively 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>
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)
RFC 959, RFC 2228, RFC 2389 and RFC 2428.
Referenced By
pure-authd(8), pure-certd(8), pure-ftpd(8), pure-ftpwho(8), pure-mrtginfo(8), pure-pw(8), pure-pwconvert(8), pure-quotacheck(8), pure-uploadscript(8).