OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Bob Beck (beckcvs.openbsd.org)
Date: Mon Mar 05 2007 - 23:16:01 CST


CVSROOT: /cvs
Module name: src
Changes by: beckcvs.openbsd.org 2007/03/05 22:16:01

Modified files:
        usr.bin/ftp : ftp.c

Log message:
Since our ftp client opportuniticly tries EPSV, then falls back to PASV for
older clients, dont' spew out "500 unimplimented" when a sever that
doesn't do EPSV doesn't like it, just notice, and fall back to PASV, then
complain if that fails.
ok deraadt