diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2005-09-21 22:31:48 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2005-09-21 22:31:48 +0000 |
commit | 63e90dafb93b6a3e64ad9102d8e9c4045a03ea3a (patch) | |
tree | 99f3250956c6fc727a418211424d04cdcec06077 /usr.bin/ftp/ftp.1 | |
parent | 92d794a50c11b41ae85a0bb9d7250ac45f4d111d (diff) |
add ability to disable EPSV/EPRT from command-line.
from Thorsten Glaser via Matt Van Mater < matt dot vanmater at gmail dot com >
with some minor mods. deraadt@ jmc@ ok
Diffstat (limited to 'usr.bin/ftp/ftp.1')
-rw-r--r-- | usr.bin/ftp/ftp.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index b5340a5fbd8..5783671acc7 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftp.1,v 1.52 2005/07/06 10:35:36 jmc Exp $ +.\" $OpenBSD: ftp.1,v 1.53 2005/09/21 22:31:47 fgsch Exp $ .\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 @@ -38,7 +38,7 @@ .Nd ARPANET file transfer program .Sh SYNOPSIS .Nm ftp -.Op Fl 46AadegimnptVv +.Op Fl 46AadEegimnptVv .Op Fl P Ar port .Op Fl r Ar seconds .Op Ar host Op Ar port @@ -104,6 +104,8 @@ Causes to bypass the normal login procedure and use an anonymous login instead. .It Fl d Enables debugging. +.It Fl E +Disables EPSV/EPRT command on IPv4 connections. .It Fl e Disables command line editing. Useful for Emacs ange-ftp. |