HP-UX Remote Access Services Administrator's Guide

NOTE: You can obtain the default ftp configuration files from the
/usr/newconfig/etc/ftpd/examples directory.
Enabling or Disabling the /etc/ftpd/ftpaccess File
The following specifies how to enable or disable the /etc/ftpd/ftpaccess file:
To enable the /etc/ftpd/ftpaccess file, specify the -a option for the ftp
entry in the /etc/inetd.conf file. For example:
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -a -l -d
To disable the /etc/ftpd/ftpaccess file, specify the -A option for the ftp
entry in the /etc/inetd.conf file. For example:
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -A -l -d
Otherwise, you can disable the /etc/ftpd/ftpaccess file by not specifying
any option for the ftp entry in the /etc/inetd.conf file.
NOTE: Every time you change the /etc/inetd.conf file, you must recompile the
/etc/inetd.conf file by using the command inetd -c.
By default, the /etc/ftpd/ftpaccess file is disabled in the /etc/inetd.conf
file.
FTP Configuration Files
FTP contains the following configuration files:
/etc/ftpd/ftpconversions
/etc/ftpd/ftphosts
/etc/ftpd/ftpusers
/etc/ftpd/ftpgroups
These configuration files are described in the subsequent sections.
The /etc/ftpd/ftpconversions Configuration File
The /etc/ftpd/ftpconversions configuration file defines options for the following
operations:
Compression and uncompression
Tar and untar operations
A sample ftpconversions file exists in the /usr/newconfig/etc/ftpd/examples
directory. You can edit this file and copy it to the /etc/ftpd directory.
34 Configuring FTP