From owner-freebsd-doc Wed Jan 15 0:40:17 2003 Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B131A37B6F9 for ; Wed, 15 Jan 2003 00:40:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A34B43F3F for ; Wed, 15 Jan 2003 00:40:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0F8eDNS090492 for ; Wed, 15 Jan 2003 00:40:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0F8eDT4090491; Wed, 15 Jan 2003 00:40:13 -0800 (PST) Date: Wed, 15 Jan 2003 00:40:13 -0800 (PST) Message-Id: <200301150840.h0F8eDT4090491@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org Cc: From: Mike Erickson Subject: Re: docs/47093: FTP(1) man page correction Reply-To: Mike Erickson Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/47093; it has been noted by GNATS. From: Mike Erickson To: Giorgos Keramidas Cc: bug-followup@freebsd.org, Mike Erickson Subject: Re: docs/47093: FTP(1) man page correction Date: Wed, 15 Jan 2003 00:36:24 -0800 * Giorgos Keramidas (keramida@freebsd.org) wrote: > On 2003-01-14 19:09, mee@invert.com (Mike Erickson) wrote: > > The man page for FTP says that it is not in passive mode by default. > > This is incorrect. The client defaults to passive mode operation. > > This is partly correct. In /etc/login.conf FTP_PASSIVE_MODE is set to > YES, but running ftp(1) without changes in the environment shows that: > > giorgos@gothmog[10:27]/home/giorgos$ ftp > ftp> pass > Passive mode: off; fallback to active mode: off. > ftp> epsv4 > EPSV/EPRT on IPv4 off. > > It seems off by default :-( Ah, That explains the behavior. I forgot to check my environment first. Sorry about that. mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message