summaryrefslogtreecommitdiff
path: root/libexec/ftpd/ftpd.8
diff options
context:
space:
mode:
authorJakob Schlyter <jakob@cvs.openbsd.org>2002-07-14 07:14:10 +0000
committerJakob Schlyter <jakob@cvs.openbsd.org>2002-07-14 07:14:10 +0000
commit3980ec36bf421f5fbcf9da4e60cb79d99d8815d7 (patch)
tree85aa1915623832ea0eb6980d34b5759eaff61841 /libexec/ftpd/ftpd.8
parentbe9e023997adf4e53191f5785eeff75c417558da (diff)
make ftpd always listen to a high tcp port for passive data connections.
deprecate and ignore the -h option. ok deraadt@.
Diffstat (limited to 'libexec/ftpd/ftpd.8')
-rw-r--r--libexec/ftpd/ftpd.824
1 files changed, 12 insertions, 12 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8
index 58679d0c7f3..6de1b26327d 100644
--- a/libexec/ftpd/ftpd.8
+++ b/libexec/ftpd/ftpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ftpd.8,v 1.50 2002/03/27 18:10:37 millert Exp $
+.\" $OpenBSD: ftpd.8,v 1.51 2002/07/14 07:14:09 jakob Exp $
.\" $NetBSD: ftpd.8,v 1.8 1996/01/14 20:55:23 thorpej Exp $
.\"
.\" Copyright (c) 1985, 1988, 1991, 1993
@@ -42,7 +42,7 @@
.Nd Internet File Transfer Protocol server
.Sh SYNOPSIS
.Nm ftpd
-.Op Fl AdDhlMPSU46
+.Op Fl AdDlMPSU46
.Op Fl T Ar maxtimeout
.Op Fl t Ar timeout
.Op Fl u Ar mask
@@ -78,16 +78,6 @@ This has lower overhead than starting
from
.Xr inetd 8
and is thus useful on busy servers to reduce load.
-.It Fl h
-The server will use data ports in the high port range for passive connections.
-This range is defined by the
-.Ev IPPORT_HIFIRSTAUTO
-and
-.Ev IPPORT_HILASTAUTO
-defines in <netinet/in.h>.
-In
-.Ox
-they are set to 49152 and 65535 respectively.
.It Fl l
Each successful and failed
.Xr ftp 1
@@ -497,6 +487,16 @@ If this variable is not set,
.Pa /etc/motd
is used.
.El
+.Sh PORT ALLOCATION
+For passive mode data connections,
+.Nm
+will listen to a random high tcp port.
+The interval of ports used are configurable using
+.Xr sysctl 8
+variables
+.Li net.inet.ip.porthifirst
+and
+.Li net.inet.ip.porthilast .
.Sh FILES
.Bl -tag -width /var/run/ftpd.pid -compact
.It Pa /etc/ftpchroot