NetBSD/usr.bin/ftp
lukem 84e2c387e7 * protect more of the AF_INET6 stuff with #ifdef INET6 (for portability)
* in the main data moving loops only call the initial gettimeofday() if
  rate throttling is enabled (saves a system call per loop when not
  throttling).
1999-09-21 13:17:22 +00:00
..
cmds.c reword EPSV status line 1999-09-21 13:10:16 +00:00
cmdtab.c add epsv4 command, which enable/disable the use of EPSV/EPRT. 1999-07-11 20:37:39 +00:00
complete.c don't do unnecessary const castaways 1999-07-10 19:40:36 +00:00
domacro.c some fixes & enhancements from openbsd's ftp, with extra fixes by me: 1998-06-04 08:28:35 +00:00
extern.h * change fetch_ftp() to be fully rfc 1738 compliant; if the URL contains 1999-07-12 13:20:34 +00:00
fetch.c * protect more of the AF_INET6 stuff with #ifdef INET6 (for portability) 1999-09-21 13:17:22 +00:00
ftp_var.h add epsv4 command, which enable/disable the use of EPSV/EPRT. 1999-07-11 20:37:39 +00:00
ftp.1 * change fetch_ftp() to be fully rfc 1738 compliant; if the URL contains 1999-07-12 13:20:34 +00:00
ftp.c * protect more of the AF_INET6 stuff with #ifdef INET6 (for portability) 1999-09-21 13:17:22 +00:00
main.c only default to epsv4 if INET6 is defined 1999-09-21 10:11:56 +00:00
Makefile add dual-stack (IPv4/v6) support. hope I broke no other part... 1999-07-02 08:07:40 +00:00
pathnames.h
ruserpass.c include <signal.h> explicitly! we use sig_t extern.h, and we cannot 1999-06-24 14:54:28 +00:00
util.c cast 4th arg to [gs]etsockopt() to (void *), to satisfy some foriegn systems 1999-09-21 11:18:27 +00:00