This FTP daemon is a little different. It replaces the standard-in.ftpd included in series n. It is more flexible but more complicated to configure as well. The following manual pages are included too:
ftpd (the programm)
ftpshut (service-program)
ftpcount (service-program)
ftpwho (service-program)
ftpaccess (explanation of /etc/ftpaccess)
ftphosts (explanation of /etc/ftpaccess)
xferlog (explanation of /var/log/xferlog)
ftpconversions (explanation of /etc/ftpconversions)
Furthermore there are some sample configurations which will be placed into /usr/doc/packages/wuftpd during installation. If you want to use it you have to replace the following line in /etc/services:
ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd
with:
ftp stream tcp nowait root /usr/sbin/tcpd wu.ftpd
Then you have to send a HUP to inetd (kill(8)) or restart.