HP-UX Reference (11i v3 07/02) - 4 File Formats (vol 8)

f
ftpaccess(4) ftpaccess(4)
root path
Normally used in a virtual host ftpaccess file, the root directive is used to specify the path to the
root of the
ftp directory for this server.
virtual address { root|banner|logfile
} path
Enables the virtual ftp server capabilities. The address is the IP address of the virtual server. The
second argument specifies that the path is one of the following:
root The root of the filesystem for this virtual server.
banner The banner presented to the user when connecting to this virtual server.
logfile The logfile where transfers are recorded for this virtual server. If
logfile is not
specified, the default logfile will be used.
All other message files and permissions as well as any other settings in this file apply to all virtual
servers.
The address may also be specified as the hostname rather than the IP number. This is strongly
discouraged because if DNS is not available at the time the FTP session begins, the hostname will not
be matched.
The above options must be used in the
/etc/ftpd/ftpaccess
file only and not in the virtual
domain ftpaccess file.
virtual address { hostname|email } string
Sets string to either the hostname shown in the greeting message and STAT command, or to the
email address used in message files and on the HELP command.
The above options must be used in the /etc/ftpd/ftpaccess
file only and not in the virtual
domain ftpaccess file.
virtual address allow username [ username ... ]
virtual address deny username [ username ... ]
Normally, real and guest users are not allowed to log in on the virtual server unless they are guests
and chroot’d to the virtual root. The users listed on the virtual allow line(s) will be granted
access. All users can be granted access by giving
* as the username. The virtual deny
clauses
are processed after the
virtual allow clauses and are used to deny access to specific users when
all users were allowed.
The above options can be used in both the /etc/ftpd/ftpaccess
file and in the virtual domain
ftpaccess file.
virtual address private
Normally, anonymous users are allowed to log in on the virtual server. This option denies them
access.
The above option must be used in the
/etc/ftpd/ftpaccess
file only and not in the virtual
domain ftpaccess file.
virtual address passwd file
Use a different passwd file for the virtual domain.
Note: This option is currently not supported in HP-UX.
virtual address shadow file
Use a different shadow file for this virtual domain.
Note: This option is currently not supported in HP-UX.
defaultserver deny username [ username ... ]
defaultserver allow username [ username ... ]
Normally, all users are allowed access to the default (non-virtual) FTP server. Use
defaultserver deny to revoke access for specific users. Specify defaultserver deny to
deny access to all users. Specific users can then be allowed using defaultserver allow.
HP-UX 11i Version 3: February 2007 8 Hewlett-Packard Company 117