From mee@invert.com  Tue Jan 14 19:09:25 2003
Return-Path: <mee@invert.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6B80A37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Jan 2003 19:09:25 -0800 (PST)
Received: from invert.com (datacenterops.com [209.164.15.215])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C0BD743F6B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Jan 2003 19:09:24 -0800 (PST)
	(envelope-from mee@invert.com)
Received: (from mee@localhost)
	by invert.com (8.11.3/8.11.3) id h0F39aP64680;
	Tue, 14 Jan 2003 19:09:36 -0800 (PST)
	(envelope-from mee)
Message-Id: <200301150309.h0F39aP64680@invert.com>
Date: Tue, 14 Jan 2003 19:09:36 -0800 (PST)
From: Mike Erickson <mee@invert.com>
Reply-To: Mike Erickson <mee@invert.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: FTP(1) man page correction
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         47093
>Category:       docs
>Synopsis:       FTP(1) man page correction
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 14 19:10:01 PST 2003
>Closed-Date:    Sat Feb 08 07:33:57 PST 2003
>Last-Modified:  Sat Feb 08 07:33:57 PST 2003
>Originator:     Mike Erickson
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD invert.com 4.7-STABLE FreeBSD 4.7-STABLE #1: Sat Nov 16 21:33:55 PST 2002 jburke@invert.com:/usr/obj/usr/src/sys/INVERT i386


	
>Description:
        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.
>How-To-Repeat:
        Lines 620-1 of ftp.1 read:

     passive     Toggle passive mode.  If passive mode is turned on (default
                 is off), the ftp client will send a PASV command for all data

>Fix:

	Change the above so say that the default is on.

>Release-Note:
>Audit-Trail:

From: Giorgos Keramidas <keramida@freebsd.org>
To: bug-followup@freebsd.org
Cc: Mike Erickson <mee@invert.com>
Subject: Re: docs/47093: FTP(1) man page correction
Date: Wed, 15 Jan 2003 10:32:11 +0200

 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 :-(
 

From: Mike Erickson <mee@quidquam.com>
To: Giorgos Keramidas <keramida@freebsd.org>
Cc: bug-followup@freebsd.org, Mike Erickson <mee@invert.com>
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
 
State-Changed-From-To: open->closed 
State-Changed-By: dannyboy 
State-Changed-When: Sat Feb 8 07:33:44 PST 2003 
State-Changed-Why:  
Manpage seems to be correct. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=47093 
>Unformatted:
