mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
mdoc(7) police: removed hard sentence breaks, run through spell-checker.
This commit is contained in:
parent
1156bc4de2
commit
19a05e112f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70144
@ -88,8 +88,8 @@ configuration file.
|
|||||||
With this option set,
|
With this option set,
|
||||||
.Nm
|
.Nm
|
||||||
will detach and become a daemon, accepting connections on the FTP port and
|
will detach and become a daemon, accepting connections on the FTP port and
|
||||||
forking children processes to handle them. This is lower overhead than
|
forking children processes to handle them.
|
||||||
starting
|
This is lower overhead than starting
|
||||||
.Nm
|
.Nm
|
||||||
from
|
from
|
||||||
.Xr inetd 8
|
.Xr inetd 8
|
||||||
@ -156,10 +156,11 @@ is not specified, accept IPv4 connection via AF_INET socket.
|
|||||||
.It Fl A
|
.It Fl A
|
||||||
Allow only anonymous ftp access.
|
Allow only anonymous ftp access.
|
||||||
.It Fl r
|
.It Fl r
|
||||||
Put server in read-only mode. All commands which may modify the local
|
Put server in read-only mode.
|
||||||
filesystem is disabled.
|
All commands which may modify the local filesystem are disabled.
|
||||||
.It Fl E
|
.It Fl E
|
||||||
Disable the EPSV command. This is usefull for servers behind older FireWalls.
|
Disable the EPSV command.
|
||||||
|
This is useful for servers behind older firewalls.
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
The file
|
The file
|
||||||
@ -245,7 +246,7 @@ SITE request.
|
|||||||
.It Sy Request Ta Sy Description
|
.It Sy Request Ta Sy Description
|
||||||
.It UMASK Ta change umask, e.g. ``SITE UMASK 002''
|
.It UMASK Ta change umask, e.g. ``SITE UMASK 002''
|
||||||
.It IDLE Ta set idle-timer, e.g. ``SITE IDLE 60''
|
.It IDLE Ta set idle-timer, e.g. ``SITE IDLE 60''
|
||||||
.It CHMOD Ta "change mode of a file [RW], e.g. ``SITE CHMOD 755 filename'' "
|
.It CHMOD Ta "change mode of a file [RW], e.g. ``SITE CHMOD 755 filename''"
|
||||||
.It HELP Ta give help information
|
.It HELP Ta give help information
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
@ -283,13 +284,15 @@ and not have a null password.
|
|||||||
In this case a password must be provided by the client before any
|
In this case a password must be provided by the client before any
|
||||||
file operations may be performed.
|
file operations may be performed.
|
||||||
If the user has an S/Key key, the response from a successful USER
|
If the user has an S/Key key, the response from a successful USER
|
||||||
command will include an S/Key challenge. The client may choose to respond
|
command will include an S/Key challenge.
|
||||||
with a PASS command giving either a standard password or an S/Key
|
The client may choose to respond with a PASS command giving either
|
||||||
one-time password. The server will automatically determine which type of
|
a standard password or an S/Key one-time password.
|
||||||
password it has been given and attempt to authenticate accordingly. See
|
The server will automatically determine which type of
|
||||||
|
password it has been given and attempt to authenticate accordingly.
|
||||||
|
See
|
||||||
.Xr key 1
|
.Xr key 1
|
||||||
for more information on S/Key authentication. S/Key is a Trademark of
|
for more information on S/Key authentication.
|
||||||
Bellcore.
|
S/Key is a Trademark of Bellcore.
|
||||||
.It
|
.It
|
||||||
The login name must not appear in the file
|
The login name must not appear in the file
|
||||||
.Pa /etc/ftpusers .
|
.Pa /etc/ftpusers .
|
||||||
|
Loading…
Reference in New Issue
Block a user