NetBSD/usr.bin/ftp
lukem 4a8077f211 Provide a different error message than `invalid url' when an
auto-login ftp URL is used when $ftp_proxy is defined. It now prints:
	Auto-login using ftp URLs isn't supported when using $ftp_proxy
Should solve rest of [bin/3643].

Whilst this is inconsistant with the behaviour when $ftp_proxy isn't
defined, the following constraints apply:
* it's not possible to support ftp URL auto-login when $ftp_proxy is
  defined, since it uses http not ftp, and you can't `login' to http
  servers; fudging this would require a major rewrite of ftp anyway)
* silently ignoring $ftp_proxy and not using it if an ftp auto-login
  URL is given is bad user interface design)
* mrg & others will harrass me if I remove support for autologin ftp URLs
  when $ftp_proxy isn't defined, even though it made the behaviour
  consistant whether $ftp_proxy was set or not.
1997-06-29 06:34:50 +00:00
..
Makefile - Makefile cleanups 1997-03-24 21:57:01 +00:00
cmds.c NULL => 0 (Arne Juul; PR#3629) 1997-05-17 19:40:47 +00:00
cmdtab.c * support $ftp_proxy for ftp:// transfers [bin/3245] 1997-04-05 03:27:32 +00:00
complete.c Simplify NLST parsing code in complete_remote(); just basename each of 1997-05-24 16:34:30 +00:00
domacro.c Features: 1997-03-13 06:23:11 +00:00
extern.h More enhancements/bugfixes (when will it end?) 1997-04-14 09:09:15 +00:00
fetch.c Provide a different error message than `invalid url' when an 1997-06-29 06:34:50 +00:00
ftp.1 * Only print the progress bar when ftp(1) is the foreground progress. 1997-06-10 21:59:58 +00:00
ftp.c More enhancements/bugfixes (when will it end?) 1997-04-14 09:09:15 +00:00
ftp_var.h More enhancements/bugfixes (when will it end?) 1997-04-14 09:09:15 +00:00
main.c Don't use editing or progress bar if $TERM isn't set or is "dumb". Fixes 1997-06-10 07:04:43 +00:00
pathnames.h RCS ID police 1997-01-09 20:18:21 +00:00
ruserpass.c fix buffer overrun; from bostic (via perry (via freebsd)) 1997-04-01 14:20:34 +00:00
util.c * Only print the progress bar when ftp(1) is the foreground progress. 1997-06-10 21:59:58 +00:00