NetBSD/usr.bin/ftp
lukem fcb1a22a1c 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...)
1999-10-01 08:01:12 +00:00
..
cmds.c If EPSV or EPRT fails, disable epsv4 for the rest of the current connection. 1999-10-01 08:01:12 +00:00
cmdtab.c * newer takes an optional second arg, so document this 1999-10-01 05:08:31 +00:00
complete.c * add new commands: 1999-09-28 06:47:38 +00:00
domacro.c * idle(): rename to idlecmd(). certain linux distributions have an incompatible 1999-09-27 23:09:42 +00:00
extern.h prefix the global variables in ftp_var.h with GLOBAL, which defaults 1999-10-01 06:55:44 +00:00
fetch.c * In the !NI_NUMERICHOST case (i.e, getaddrinfo() challenged systems), portnum 1999-09-30 23:51:26 +00:00
ftp_var.h If EPSV or EPRT fails, disable epsv4 for the rest of the current connection. 1999-10-01 08:01:12 +00:00
ftp.1 If EPSV or EPRT fails, disable epsv4 for the rest of the current connection. 1999-10-01 08:01:12 +00:00
ftp.c If EPSV or EPRT fails, disable epsv4 for the rest of the current connection. 1999-10-01 08:01:12 +00:00
main.c If EPSV or EPRT fails, disable epsv4 for the rest of the current connection. 1999-10-01 08:01:12 +00:00
Makefile simple dependancy so addition of global vars to ftp_var.h is detected for main.c 1999-10-01 07:58:02 +00:00
ruserpass.c * idle(): rename to idlecmd(). certain linux distributions have an incompatible 1999-09-27 23:09:42 +00:00
util.c * don't bother with "pathnames.h"; it contained just a single #define. 1999-10-01 06:18:32 +00:00