|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. This manual page is associated with Mac OS X Server. It is not available on standard Mac OS X (client) installations. For more information about the manual page format, see the manual page for manpages(5). |
ftphosts(5) ftphosts(5)
Name
ftphosts - xftpd individual user host access file
Description
The ftphosts file is used to allow or deny access to certain accounts from various hosts.
Access Capabilities
allow <username> <addrglob> [<addrglob> ...]
Only allow host(s) matching <addrglob> to log in as <username>.
deny <username> <addrglob> [<addrglob> ...]
Always deny host(s) matching <addrglob> to log in as <username>.
A username of anonymous or ftp specifies the anonymous user.
The <addrglob> may be also be specified as address/cidr or address:netmask. For example: 10.0.0.0/8
or 10.0.0.0:255.0.0.0
Files
FTPLIB/ftphosts
See Also
xftpd(8), ftpaccess(5), xferlog(5), ftpconversions(5), ftpshut(8)
ftphosts(5)
|
|