Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
pure-statsdecode(8)		   Pure-FTPd		   pure-statsdecode(8)

NAME
       pure-statsdecode	- 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 time-
       stamps into human-readable dates.

OPTIONS
       -      means to read the	standard input.

       filename
	      is a log file produced with pure-ftpd -O	ftpstats:/path/to/log-
	      file

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>

SEE ALSO
       ftp(1),	pure-ftpd(8)  pure-ftpwho(8)   pure-mrtginfo(8)	  pure-upload-
       script(8)  pure-statsdecode(8)  pure-pw(8)  pure-quotacheck(8) pure-au-
       thd(8) pure-certd(8)

       RFC 959,	RFC 2228, RFC 2389 and RFC 2428.

Frank Denis			    1.0.49		   pure-statsdecode(8)

NAME | SYNTAX | DESCRIPTION | OPTIONS | EXAMPLES | AUTHORS | SEE ALSO

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=pure-statsdecode&sektion=8&manpath=FreeBSD+13.0-RELEASE+and+Ports>

home | help