NetBSD/usr.bin/ftp
lukem 8d879385dd * send 'Connection: close' in HTTP/1.1 headers, preventing the
remove server from using a persistent connection, which speeds
  up such requests.
* support http 301 and 302 redirects
* rewrite guts of url_get() to use fparseln() et al instead of
  read(s,&p,1)...  enables each in the header to be parsed
  as necessary
* rename login to ftp_login, to remove conflict with util.h::login
* cleanup verbose messages during http proxy requests
1998-07-22 16:06:27 +00:00
..
Makefile * send 'Connection: close' in HTTP/1.1 headers, preventing the 1998-07-22 16:06:27 +00:00
cmds.c Add "sndbuf" and "rcvbuf" commands for setting the socket buffer sizes, 1998-07-10 04:39:03 +00:00
cmdtab.c Add "sndbuf" and "rcvbuf" commands for setting the socket buffer sizes, 1998-07-10 04:39:03 +00:00
complete.c some fixes & enhancements from openbsd's ftp, with extra fixes by me: 1998-06-04 08:28:35 +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 * send 'Connection: close' in HTTP/1.1 headers, preventing the 1998-07-22 16:06:27 +00:00
fetch.c * send 'Connection: close' in HTTP/1.1 headers, preventing the 1998-07-22 16:06:27 +00:00
ftp.1 Style police: "uses" is better than "utilizes", which is a horrible nelogism. 1998-07-13 17:16:22 +00:00
ftp.c Add "sndbuf" and "rcvbuf" commands for setting the socket buffer sizes, 1998-07-10 04:39:03 +00:00
ftp_var.h Add "sndbuf" and "rcvbuf" commands for setting the socket buffer sizes, 1998-07-10 04:39:03 +00:00
main.c some fixes & enhancements from openbsd's ftp, with extra fixes by me: 1998-06-04 08:28:35 +00:00
pathnames.h RCS ID police 1997-01-09 20:18:21 +00:00
ruserpass.c - use an array MAXHOSTNAMELEN+1 size to hold hostnames 1998-07-06 06:45:41 +00:00
util.c * send 'Connection: close' in HTTP/1.1 headers, preventing the 1998-07-22 16:06:27 +00:00