NetBSD/usr.bin/ftp
lukem 8c92a88f00 ftp: fix -? more portably
Start the optstring with ":" (which implicitly disables opterr),
and handle '?' with optopt=='?' separately to ':'.
Fixes -? display of full usage on other platforms.
2021-10-09 09:07:20 +00:00
..
Makefile use fetch_*() for I/O with SMALLPROG / !WITH_SSL builds 2021-06-03 10:23:33 +00:00
cmds.c ftp(1): fix description of "debug" 2021-01-06 09:15:59 +00:00
cmdtab.c
complete.c
domacro.c
extern.h
fetch.c fix typos in word "otherwise". 2021-08-01 15:29:29 +00:00
ftp.1 ftp(1): consistently use FTP for protocol use. 2021-04-25 09:09:55 +00:00
ftp.c ftp: remove unnecessary variable assignments 2021-08-26 06:23:24 +00:00
ftp_var.h usr.bin: remove unnecessary lint comment CONSTCOND 2021-09-10 21:52:17 +00:00
main.c ftp: fix -? more portably 2021-10-09 09:07:20 +00:00
progressbar.c ftp: don't use restartable signals 2021-01-06 04:43:14 +00:00
progressbar.h ftp: don't use restartable signals 2021-01-06 04:43:14 +00:00
ruserpass.c
ssl.c use fetch_*() for I/O with SMALLPROG / !WITH_SSL builds 2021-06-03 10:23:33 +00:00
ssl.h use fetch_*() for I/O with SMALLPROG / !WITH_SSL builds 2021-06-03 10:23:33 +00:00
util.c ftp: fix undefined behavior when parsing FEAT 2021-08-27 17:35:03 +00:00
version.h update ftp version to 20210826 2021-08-26 06:25:59 +00:00