NetBSD/usr.bin/ftp
apb bb16246581 When given an URL that contains "://" but is not recognised,
print an error message.  Now "ftp https://foo/bar" prints

    ftp: Unsupported URL scheme `https'

instead of

    ftp: Can't lookup `https:ftp': No address associated with hostname
    ftp: Can't connect or login to host `https:?'
2012-02-24 19:40:49 +00:00
..
cmds.c fix previous; use append instead of write. 2012-01-15 20:43:24 +00:00
cmdtab.c Fix numerous WARNS=4 issues (-Wcast-qual -Wsign-compare). 2009-04-12 10:18:52 +00:00
complete.c Fix numerous WARNS=4 issues (-Wcast-qual -Wsign-compare). 2009-04-12 10:18:52 +00:00
domacro.c Fix numerous WARNS=4 issues (-Wcast-qual -Wsign-compare). 2009-04-12 10:18:52 +00:00
extern.h Use __dead 2011-09-16 15:39:25 +00:00
fetch.c When given an URL that contains "://" but is not recognised, 2012-02-24 19:40:49 +00:00
ftp_var.h Fix numerous WARNS=4 issues (-Wcast-qual -Wsign-compare). 2009-04-12 10:18:52 +00:00
ftp.1 Back to using 'RFC xxxx' instead of 'RFCxxxx' 2010-03-05 07:41:10 +00:00
ftp.c Move determination of socket buffer sizes from startup to the first 2011-12-10 05:53:58 +00:00
main.c Move determination of socket buffer sizes from startup to the first 2011-12-10 05:53:58 +00:00
Makefile fix gcc-4.5 warnings 2011-08-14 12:58:15 +00:00
progressbar.c Fix numerous WARNS=4 issues (-Wcast-qual -Wsign-compare). 2009-04-12 10:18:52 +00:00
progressbar.h Fix numerous WARNS=4 issues (-Wcast-qual -Wsign-compare). 2009-04-12 10:18:52 +00:00
ruserpass.c * Implement -s srcaddr; uses srcaddr as the local IP address for all 2007-04-17 05:52:03 +00:00
util.c Move determination of socket buffer sizes from startup to the first 2011-12-10 05:53:58 +00:00
version.h In ftpvis(), prevent incomplete escape sequences at end of dst, 2010-06-05 13:59:39 +00:00