summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-08-10 06:23:42 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-08-10 06:23:42 +0000
commit9827b45f72865274563dc088b4bd92f1573ec2c6 (patch)
tree84d470d2516ce10d1a2e70fa7292f65b9233ec72
parentffc0f1950c80e474f34ecb037b6689824a7f2a4e (diff)
A little documentation never hurt.
-rw-r--r--libexec/ftpd/ftpd.811
1 files changed, 9 insertions, 2 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8
index f02e91a74cd..2120beedb2d 100644
--- a/libexec/ftpd/ftpd.8
+++ b/libexec/ftpd/ftpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ftpd.8,v 1.6 1996/07/29 03:06:33 downsj Exp $
+.\" $OpenBSD: ftpd.8,v 1.7 1996/08/10 06:23:41 downsj Exp $
.\" $NetBSD: ftpd.8,v 1.8 1996/01/14 20:55:23 thorpej Exp $
.\"
.\" Copyright (c) 1985, 1988, 1991, 1993
@@ -43,7 +43,7 @@
Internet File Transfer Protocol server
.Sh SYNOPSIS
.Nm ftpd
-.Op Fl dDhlSU
+.Op Fl dDhlMSU
.Op Fl T Ar maxtimeout
.Op Fl t Ar timeout
.Op Fl u Ar mask
@@ -83,6 +83,13 @@ session is logged using syslog with a facility of LOG_FTP.
If this option is specified twice, the retrieve (get), store (put), append,
delete, make directory, remove directory and rename operations and
their filename arguments are also logged.
+.It Fl M
+Enables multihomed mode. Instead of simply using
+.Pa ~ftp
+for anonymous transfers, a directory matching the fully qualified name of
+IP number the client connected to, and located inside
+.Pa ~ftp
+is used instead.
.It Fl S
With this option set,
.Nm ftpd