Managing Systems and Workgroups: A Guide for HP-UX System Administrators

Administering a System: Managing Disks and Files
Managing File Systems
Chapter 6660
NOTE To enable the /etc/ftpd/ftpaccess file, you must specify the -a option
in the ftp entry of the /etc/inetd.conf file.
For details on the log commands keyword, see the ftpaccess (4) manpage.
Logging FTP File Transfers
You can log file transfer information from the FTP server daemon to the
/var/adm/syslog/xferlog log file. The xferlog file records file transfer
information such as current time, file transfer time, remote host, file
name, file size, whether the file transfer was in ascii or binary format.
Configuring Logging in the /etc/ftpd/ftpaccess File To log
incoming and outgoing FTP file transfers edit the /etc/ftpd/ftpaccess
file, using the log transfers keyword.
log transfers Enables/disables logging of file transfers for real or
anonymous FTP users to /var/adm/syslog/xferlog.
Logging of transfers to the server (incoming) can be
enabled separately from transfers from the server
(outgoing).
NOTE To enable the /etc/ftpd/ftpaccess file you must specify the -a option
in the ftp entry of the /etc/inetd.conf file.
For more information, see the ftpaccess (4) manpage and the xferlog (5)
manpage.
Setting Up Virtual FTP Support
Virtual FTP support allows you to manage an FTP server for two
separate domains on the same machine.
Using virtual FTP, you can configure systems so that user1 connecting
via ftp to ftp.domain1.com gets one FTP banner and FTP directory,
while user2 connecting via ftp to ftp.domain2.com gets another
banner and directory. (This occurs even though the users are on the same
machine and are using the same ports).