WU-FTPD 2.4 Release Notes

12 WU-FTPD Release Notes for Version 2.4
New ftp Daemon Options
-o
This option logs all outgoing (transmitted) files by ftpd to
/var/admin/syslog/xferlog.
Note that the “log transfers” entry in the /etc/ftpd/ftpaccess
file will overwrite this option.
-L
This option logs all user commands sent to the ftpd server into syslog.
Be aware that using this option will log any user command, that is if
the user accidently enters a password for a command instead of the
username, it will cause the password to be logged via syslog.
Note that the “log transfers” entry in the /etc/ftpd/ftpaccess file
will overwrite this option.
-m <number of tries>
This option is used to specify the number of tries for a bind() socket
call.