summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/ftpd.8
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2002-07-01 02:30:11 +0000
committermdodd <mdodd@FreeBSD.org>2002-07-01 02:30:11 +0000
commitc8cc9e8e671aae07cf3c0019d74129b08df50630 (patch)
tree0ea963b8bd74f9619b70fb125bf3ff231ef7a3a8 /libexec/ftpd/ftpd.8
parente7f13daa73e7590006209f6c6f7daa3962f0c2b2 (diff)
downloadFreeBSD-src-c8cc9e8e671aae07cf3c0019d74129b08df50630.zip
FreeBSD-src-c8cc9e8e671aae07cf3c0019d74129b08df50630.tar.gz
Implement a flag to disable directory creation for anonymous users.
PR: misc/38987 Submitted by: Peter da Silva <peter@abbnm.com> MFC after: 1 week
Diffstat (limited to 'libexec/ftpd/ftpd.8')
-rw-r--r--libexec/ftpd/ftpd.84
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8
index 43544c8..e28376b 100644
--- a/libexec/ftpd/ftpd.8
+++ b/libexec/ftpd/ftpd.8
@@ -40,7 +40,7 @@
.Nd Internet File Transfer Protocol server
.Sh SYNOPSIS
.Nm
-.Op Fl 46ADEORSUdro
+.Op Fl 46ADEMORSUdro
.Op Fl l Op Fl l
.Op Fl T Ar maxtimeout
.Op Fl a Ar address
@@ -95,6 +95,8 @@ and is thus useful on busy servers to reduce load.
.It Fl E
Disable the EPSV command.
This is useful for servers behind older firewalls.
+.It Fl M
+Prevent anonymous users from creating directories.
.It Fl O
Put server in write-only mode for anonymous users only.
RETR is disabled for anonymous users, preventing anonymous downloads.
OpenPOWER on IntegriCloud