WU-FTPD 2.4 Release Notes
WU-FTPD Release Notes for Version 2.4 23
New ftp Configuration Files
The ftpgroups Configuration File
The /etc/ftpd/ftpgroups file is the group password file for use with
the SITE GROUP and SITE GPASS commands. A sample file is provided
in /usr/newconfig/etc/ftpd/ftpgroups. You can edit this file and
copy it to /etc/ftpd/ftpgroups.
NOTE For more details, see the ftpgroups (4) manpage.
The xferlog Log File
The new /var/adm/syslog/xferlog file logs file transfer information
from the ftp server daemon.
You enable/disable logging to the xferlog file in the
/etc/ftpd/ftpaccess file, using the "log transfers" keyword. See the
ftpaccess (4) and xferlog (5) manpages for details.
NOTE The xferlog display is informational only. You cannot edit this file.
The xferlog file displays the following log information:
• current-time
This is the current local time in the form "DDD MMM dd hh:mm:ss
YYYY". Where DDD is the day of the week, MMM is the month, dd is
the day of the month, hh is the hour, mm is the minutes, ss is the
seconds, and YYYY is the year.
• transfer-time
This is the total time in seconds and micro-seconds for the transfer.
• remote-host
This is the remote host name.
• file-size
This is the size of the transferred file in bytes.