To configure event audit in the Vsftpd system:
xferlog_enable=YES
xferlog_std_format=NO
xferlog_file=/var/log/vsftpd.log
log_ftp_protocol=YES
sudo systemctl restart vsftpd
Audit of Vsftpd events is configured.
Vsftpd does not perform log rotation. To reduce the risk of disk space filling up, we recommend using an external log rotation tool such as Logrotate or Logadm.
Page top