Date: Wed, 15 Jan 2003 00:40:11 -0800 (PST) From: Giorgos Keramidas <keramida@freebsd.org> To: freebsd-doc@FreeBSD.org Subject: Re: docs/47093: FTP(1) man page correction Message-ID: <200301150840.h0F8eBXf090482@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/47093; it has been noted by GNATS. 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 :-( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301150840.h0F8eBXf090482>