NetBSD/usr.bin/ftp
lukem f55d4712e3 * make parsing of ftp:// urls more RFC 1738 compliant;
- the path is split on `/', and each directory is CWD-ed into separately.
      (from [standards/7484] by Alan Barrett <apb@iafrica.com>)
    - support a trailing `;type=X' suffix, where X is a,i, or d.  (d isn't
      implemented, but it is recognised)
    - the only non-compliant behaviour is that empty directories sections
      (e.g `//') aren't run as `CWD ' - as a lot of ftpds don't like that.
      Instead, treat this as a no-op.
* don't support globbing for ftp urls, since that's technically not
  RFC compliant.
* fix a couple of man-page nits
1999-04-28 13:35:40 +00:00
..
Makefile revert previous (creation of /usr/bin/pftp link); 1999-04-16 23:01:55 +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 * implement -R; restart non-proxied command-line FTP xfers 1999-03-22 07:36:40 +00:00
fetch.c * make parsing of ftp:// urls more RFC 1738 compliant; 1999-04-28 13:35:40 +00:00
ftp.1 * make parsing of ftp:// urls more RFC 1738 compliant; 1999-04-28 13:35:40 +00:00
ftp.c * make parsing of ftp:// urls more RFC 1738 compliant; 1999-04-28 13:35:40 +00:00
ftp_var.h * implement -R; restart non-proxied command-line FTP xfers 1999-03-22 07:36:40 +00:00
main.c when using editline, work on the correct buffer. fixes problem where blank 1999-03-31 02:00:42 +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