|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
File Formats ftphosts(4)
NAME
ftphosts - FTP Server individual user host access file
SYNOPSIS
/etc/ftpd/ftphosts
DESCRIPTION
The ftphosts file is used to allow or deny access to
accounts from specified hosts. The following access capabil-
ities are supported:
allow username addrglob [addrglob...]
Only allow users to login as username from host(s) that
match addrglob.
deny username addrglob [addrglob...]
Do not allow users to login as username from host(s)
that match addrglob.
A username of * matches all users. A username of anonymous
or ftp specifies the anonymous user.
addrglob is a regular expression that is matched against
hostnames or IP addresses. addrglob may also be in the form
address:netmask or address/CIDR, or be the name of a file
that starts with a slash ('/') and contains additional
address globs. An exclamation mark (`!') placed before the
addrglob negates the test.
The first allow or deny entry in the ftphosts file that
matches a username and host is used. If no entry exists for
a username, then access is allowed. Otherwise, a matching
allow entry is required to permit access.
EXAMPLES
You can use the following ftphosts file to allow anonymous
access from any host except those on the class A network 10,
with the exception of 10.0.0.* IP addresses, which are
allowed access:
allow ftp 10.0.0.*
deny ftp 10.*.*.*
allow ftp *
SunOS 5.10 Last change: 1 May 2003 1
File Formats ftphosts(4)
10.0.0.* can be written as 10.0.0.0:255.255.255.0 or
10.0.0.0/24.
FILES
/etc/ftpd/ftphosts
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | SUNWftpr |
|_____________________________|_____________________________|
| Interface Stability | External |
|_____________________________|_____________________________|
SEE ALSO
in.ftpd(1M), ftpaccess(4), attributes(5)
SunOS 5.10 Last change: 1 May 2003 2
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Wed Sep 12 11:27:23 GMT 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
sqlite3 man page (5334 hits) (openSUSE 10.2)
svn man page (5208 hits) (FreeBSD 6.2)
adv_cap_autoneg man page (4870 hits) (Solaris 10 11_06)
CPAN man page (4607 hits) (Suse Linux 10.1)
ssh man page (4342 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (2878 hits) (Solaris 10 11_06)
netcat man page (2717 hits) (Suse Linux 10.1)
pprosetup man page (2489 hits) (Solaris 10 11_06)
startproc man page (2471 hits) (Suse Linux 10.1)
signal man page (2408 hits) (Suse Linux 10.1)
|