diff options
author | 2006-11-02 08:24:48 +0000 | |
---|---|---|
committer | 2006-11-02 08:24:48 +0000 | |
commit | 92f1db637d2ff6d1326bdfa51ff726a7e3a64b96 (patch) | |
tree | 9e6ab6c37049e752dfc1918a18561678a197acdc | |
parent | tweaks; (diff) | |
download | wireguard-openbsd-92f1db637d2ff6d1326bdfa51ff726a7e3a64b96.tar.xz wireguard-openbsd-92f1db637d2ff6d1326bdfa51ff726a7e3a64b96.zip |
ftp(1) sends EPSV by default, not PASV;
from daniel wade
ok deraadt
-rw-r--r-- | usr.bin/ftp/ftp.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index efd5e2c4bf2..69f9579457e 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftp.1,v 1.56 2006/05/25 03:35:58 ray Exp $ +.\" $OpenBSD: ftp.1,v 1.57 2006/11/02 08:24:48 jmc Exp $ .\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 @@ -765,7 +765,7 @@ Toggle passive mode. If passive mode is turned on (default is on), .Nm will send a -.Dv PASV +.Dv EPSV command for all data connections instead of the usual .Dv PORT command. |