Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 10/01/1999 01:01:15
Module Name:	basesrc
Committed By:	lukem
Date:		Fri Oct  1 08:01:14 UTC 1999

Modified Files:
	basesrc/usr.bin/ftp: cmds.c ftp.1 ftp.c ftp_var.h main.c

Log Message:
If EPSV or EPRT fails, disable epsv4 for the rest of the current connection.
the disabled state can be overridden by toggling epsv4.

(I got sick of the errors about EPSV not being supported on almost
every server I connect to. This way we retain support for epsv4, but
it's not so whiny after the first failure...)


To generate a diff of this commit:
cvs rdiff -r1.67 -r1.68 basesrc/usr.bin/ftp/cmds.c
cvs rdiff -r1.49 -r1.50 basesrc/usr.bin/ftp/ftp.1
cvs rdiff -r1.73 -r1.74 basesrc/usr.bin/ftp/ftp.c
cvs rdiff -r1.39 -r1.40 basesrc/usr.bin/ftp/ftp_var.h
cvs rdiff -r1.57 -r1.58 basesrc/usr.bin/ftp/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.