Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/ftp
Module Name: src
Committed By: lukem
Date: Wed Apr 11 05:03:25 UTC 2007
Modified Files:
src/usr.bin/ftp: ftp.c version.h
Log Message:
Suppress printing non-COMPLETE reply strings from EPSV and EPRT, as we're
going to fall back to PASV / PORT (respectively) if the former fail,
and this avoids printing a failure reply followed by a success reply.
Should fix a problem with the emacs ftp wrapper.
To generate a diff of this commit:
cvs rdiff -r1.143 -r1.144 src/usr.bin/ftp/ftp.c
cvs rdiff -r1.59 -r1.60 src/usr.bin/ftp/version.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index