summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/ftpd.8
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1996-08-09 22:22:30 +0000
committerjulian <julian@FreeBSD.org>1996-08-09 22:22:30 +0000
commit773f3eb265a5479bee5a4b1b136c34b7157adeb4 (patch)
treea2befc94ca4dfc225d642a13ab481023fafb21ca /libexec/ftpd/ftpd.8
parent53ead71d814751405acf92b3d6587277c4137ffb (diff)
downloadFreeBSD-src-773f3eb265a5479bee5a4b1b136c34b7157adeb4.zip
FreeBSD-src-773f3eb265a5479bee5a4b1b136c34b7157adeb4.tar.gz
Reviewed by: various
Submitted by: archie@whistle.com allow ftpd to bind to a single address/interface this allows easy split services.
Diffstat (limited to 'libexec/ftpd/ftpd.8')
-rw-r--r--libexec/ftpd/ftpd.812
1 files changed, 12 insertions, 0 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8
index 195a154..2017ad5 100644
--- a/libexec/ftpd/ftpd.8
+++ b/libexec/ftpd/ftpd.8
@@ -47,6 +47,8 @@ Internet File Transfer Protocol server
.Op Fl U
.Op Fl T Ar maxtimeout
.Op Fl t Ar timeout
+.Op Fl a Ar address
+.Op Fl p Ar file
.Sh DESCRIPTION
.Nm Ftpd
is the
@@ -117,6 +119,16 @@ The default limit is 2 hours.
The inactivity timeout period is set to
.Ar timeout
seconds (the default is 15 minutes).
+.It Fl a
+When
+.Fl D
+is specified, accept connections only on the specified
+.Ar address .
+.It Fl p
+When
+.Fl D
+is specified, write the daemon's process ID to
+.Ar file .
.El
.Pp
The file
OpenPOWER on IntegriCloud