diff options
author | ru <ru@FreeBSD.org> | 1999-07-01 14:32:07 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 1999-07-01 14:32:07 +0000 |
commit | 0624def54decad225734607a7384bf0451356c73 (patch) | |
tree | 7dc300b3165bdec854dacc7c9e32cd2ecd249ba3 /usr.bin/ftp | |
parent | 5824f4faaa2789984794e431753877f5d9009718 (diff) | |
download | FreeBSD-src-0624def54decad225734607a7384bf0451356c73.zip FreeBSD-src-0624def54decad225734607a7384bf0451356c73.tar.gz |
Document that FTP_PASSIVE_MODE should be explicitly
set to `YES' for passive mode to be used by default.
Just setting FTP_PASSIVE_MODE is not sufficient, as
it was before.
Noted by: eivind
Reviewed by: des
Diffstat (limited to 'usr.bin/ftp')
-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 738000f..18c7be0 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,4 +1,4 @@ -.\" $Id: ftp.1,v 1.8 1998/03/01 18:58:03 steve Exp $ +.\" $Id: ftp.1,v 1.9 1999/06/25 14:11:12 ru Exp $ .\" $NetBSD: ftp.1,v 1.21 1997/06/10 21:59:58 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 @@ -1346,7 +1346,9 @@ By default, this is bound to the TAB key. utilizes the following environment variables. .Bl -tag -width "FTP_PASSIVE_MODE" .It Ev FTP_PASSIVE_MODE -Use passive mode FTP by default. +If set to +.Sq YES , +use passive mode FTP by default. .It Ev FTPSERVER Host to use as gate-ftp server when .Ic gate |