Date: Tue, 27 Aug 2002 02:55:08 -0700 (PDT) From: Yar Tikhiy <yar@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ftp cmds.c cmdtab.c extern.h ftp.1 ftp_var.h main.c util.c Message-ID: <200208270955.g7R9t8DZ046688@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
yar 2002/08/27 02:55:08 PDT Modified files: (Branch: RELENG_4) usr.bin/ftp cmds.c cmdtab.c extern.h ftp.1 ftp_var.h main.c util.c Log: Implement the "epsv4" command for those users who wish to stay with -STABLE for now, yet need to run ftp(1) through IPFilter or a similar firewall with no EPSV support. The automatic detection of EPSV capability didn't work with such firewalls since it expected a 5xx reply to turn off EPSV, but was getting a mere timeout. Suggested, reviewed, and tested by: sheldonh Revision Changes Path 1.16.2.3 +14 -2 src/usr.bin/ftp/cmds.c 1.7.2.2 +2 -0 src/usr.bin/ftp/cmdtab.c 1.10.2.3 +2 -1 src/usr.bin/ftp/extern.h 1.15.2.7 +7 -1 src/usr.bin/ftp/ftp.1 1.11.2.2 +2 -1 src/usr.bin/ftp/ftp_var.h 1.25.2.4 +4 -2 src/usr.bin/ftp/main.c 1.12.2.4 +3 -3 src/usr.bin/ftp/util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208270955.g7R9t8DZ046688>