logging - What is the syntax of the FTP log file -
i'm trying go through of ftp logs examine issue i've experienced. log files have shorthand flags, don't know mean, , unable find sort of documentation on it. an example of line ftp log is: tue jan 05 17:18:22 2016 0 1.2.3.4 3581 /path/to/file/file.php _ o r username ftp 1 * c date , time obvious, 1.2.3.4 ip address, 3581 i'm assuming linux pid, username ftp account username. the ending of line, a _ o r username ftp 1 * c (except username , ftp ) i'm confused about. , 0 between date , ip address. is there documentation somewhere flags represent? based on https://svn.apache.org/repos/asf/httpd/mod_ftp/trunk/modules/ftp/ftp_log.c have following ftp-specific variables: these callbacks extend mod_log_config adding additional % directives follows: %..m mode used transfer file. single character printed, (ascii) or b (binary) %..f action taken on file (concationated needed) c - file compressed. u - file uncompressed. ...