NetBSD/usr.bin/ftp
lukem 5a1118c5f9 * add url_decode() - `in-place' decode %xx escapes in a given url component
* parse_url()
-   only look for user[:pass] for an ftp url (per rfc1738)
-   strip leading /'s in an ftp url. (almost per rfc 1738)
* fetch_url()
-   decode a copy of the path and use that to build local filenames
-   send port in http Host: header (suggested by cgd@netbsd.org)
* fetch_ftp()
-   url_decode() the user, pass and path
-   fix splitting of path into dir & file (partially from [bin/7073])
-   don't bother caching the last host; it can cause problems when
    using ftp:// transfers, or when the user changes between xfers
* improve documentation of auto-fetched url arguments (especially regarding
  escape sequences in ftp:// urls)
* some whitespace & copyright updates

this should fix [bin/7073] William O Ferry <woferry@warp.wofme.com>,
as well as the metaissues raised in that PR.
1999-03-08 04:36:12 +00:00
..
Makefile Temporary fix of UTC -> time_t conversion: 1998-11-18 07:24:25 +00:00
cmds.c whitespace & copyright fixes 1999-03-08 03:09:08 +00:00
cmdtab.c whitespace & copyright fixes 1999-03-08 03:09:08 +00:00
complete.c whitespace & copyright fixes 1999-03-08 03:09:08 +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 changes to fix [bin/6951] by Peter Simons <simons@cys.de>: 1999-02-07 13:14:06 +00:00
fetch.c * add url_decode() - `in-place' decode %xx escapes in a given url component 1999-03-08 04:36:12 +00:00
ftp.1 * add url_decode() - `in-place' decode %xx escapes in a given url component 1999-03-08 04:36:12 +00:00
ftp.c support restart during proxy transfers (the traditional ftp command, not the 1999-02-19 16:29:27 +00:00
ftp_var.h * add url_decode() - `in-place' decode %xx escapes in a given url component 1999-03-08 04:36:12 +00:00
main.c * add url_decode() - `in-place' decode %xx escapes in a given url component 1999-03-08 04:36:12 +00:00
pathnames.h RCS ID police 1997-01-09 20:18:21 +00:00
ruserpass.c include <netbsd.h> for MAXHOSTNAMELEN on borken systems 1998-08-08 03:17:40 +00:00
util.c whitespace & copyright fixes 1999-03-08 03:09:08 +00:00