summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/ftpd.8
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-09-02 17:24:19 +0000
committersheldonh <sheldonh@FreeBSD.org>2001-09-02 17:24:19 +0000
commitc86b5450b5281b42948762d1b5beda361aefd2ec (patch)
treec819fa9b9c68fbed6855e8585c8bfa9287da27e3 /libexec/ftpd/ftpd.8
parentcc5c13afbaed26d39ba1178d68749c4cfb9449b2 (diff)
downloadFreeBSD-src-c86b5450b5281b42948762d1b5beda361aefd2ec.zip
FreeBSD-src-c86b5450b5281b42948762d1b5beda361aefd2ec.tar.gz
Extend the functionality offered by the -o option into a new option
-O, which limits the impact of the write-only restriction to guest users. *) The existing manual page's SYNOPSIS and option listing in the DESCRIPTION are already horribly disordered. No attempt has been made to fix this. *) The existing source's getopt() optstring and option handling switch are already horribly disordered. No attempt has been made to fix this. Discussed with: nik, -audit
Diffstat (limited to 'libexec/ftpd/ftpd.8')
-rw-r--r--libexec/ftpd/ftpd.87
1 files changed, 7 insertions, 0 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8
index 1b64380..157403c 100644
--- a/libexec/ftpd/ftpd.8
+++ b/libexec/ftpd/ftpd.8
@@ -51,6 +51,7 @@
.Op Fl U
.Op Fl r
.Op Fl o
+.Op Fl O
.Op Fl E
.Op Fl T Ar maxtimeout
.Op Fl t Ar timeout
@@ -161,6 +162,12 @@ All commands which may modify the local filesystem are disabled.
.It Fl o
Put server in write-only mode.
RETR is disabled, preventing downloads.
+.It Fl O
+Put server in write-only mode for anonymous users only.
+RETR is disabled for anonymous users, preventing anonymous downloads.
+This has no effect if
+.Fl o
+is also specified.
.It Fl E
Disable the EPSV command.
This is useful for servers behind older firewalls.
OpenPOWER on IntegriCloud