HP-UX Reference (11i v2 04/09) - 4 File Formats (vol 8)

f
ftpaccess(4) ftpaccess(4)
cidr is shorthand for an IP address in dotted-quad notation followed by a slash and the number of
left-most bits which represent the network address (as opposed to the machine address). For exam-
ple, if you are using the reserved class-A network 10, instead of a netmask of 255.0.0.0, use a cidr of
/8 as in 10.0.0.0/8 to represent your network.
Note: This option is not supported on IPv6 enabled systems .
pasv-allow class [ addrglob ... ]
port-allow class [ addrglob ... ]
Normally, the daemon does not allow a
PORT
command to specify an address different than that of
the control connection. And it does not allow a
PASV connection from another address.
The
port-allow clause provides a list of addresses which the specified class of user may give on a
PORT command. These addresses will be allowed even if they do not match the IP-address of the
client-side of the control connection.
The
pasv-allow clause provides a list of addresses which the specified class of user may make
data connections from. These addresses will be allowed even if they do not match the IP-address of
the client-side of the control connection.
lslong command [ options ... ]
lsshort command [ options ... ]
lsplain command [ options ... ]
The
lslong, lsshort and lsplain clauses specify the command and the command options used
to generate directory listings. Note the options cannot contain spaces. Typically the
/usr/bin/ls
command is used to provide directory listings. To change the path for ls, specify it in
command.
The defaults for these clauses are generally correct. For normal users
lsshort is used. For
anonymous users lslong is used. lsplain is used for special cases. Use lslong, lsshort,or
lsplain only if absolutely necessary.
mailserver hostname [ hostname ... ]
Specify the name of a mail server which will accept upload notifications for the FTP daemon. Multi-
ple mail servers may be listed; the daemon will attempt to deliver the upload notification to each, in
order, until one accepts the message. If no mail servers are specified, localhost is used. This option
is only meaningful if anyone is to be notified of anonymous uploads (see
incmail below).
incmail emailaddress
virtual address incmail emailaddress
defaultserver incmail
emailaddress
Specify email addresses to be notified of anonymous uploads. Multiple addresses can be specified;
each will receive a notification. If none are specified, no notifications are sent.
If addresses are specified for a
virtual host, only those addresses will receive notification up
anonymous uploads on that host. Otherwise, notifications will be sent to the global addresses.
The
defaultserver addresses only apply to real hosts and not virtual hosts. In this way, the real
host can receive notifications of uploads on their default anonymous area. However, with this
option set, the virtual hosts will not be notified.
mailfrom emailaddress
virtual address mailfrom emailaddress
defaultserver mailfrom emailaddress
Specify the sender’s email address for anonymous upload notifications. Only one address may be
specified. If no
mailfrom applies, email is sent from the default mailbox name ’wu-ftpd. To avoid
problems if the recipient attempts to reply to a notification, or if downstream mail problems gen-
erate bounces, you should ensure the mailfrom emailaddress is deliverable.
Permission Capabilities
chmod { yes|no } typelist
delete { yes|no } typelist
overwrite { yes|no } typelist
rename { yes|no } typelist
umask { yes|no } typelist
HP-UX 11i Version 2: September 2004 9 Hewlett-Packard Company Section 467