NetBSD/usr.bin/ftp
lukem 87c2a4af33 ftp(1): wording and formatting improvements
Fix grammar issue with "Support values" reported in private mail.
Document all file transfer types in "type" and cross-reference that.
Consistency fixes in describing file transfer parameters and types.
Fix some mandoc -Tlint issues (except "useless macro: Tn").
2023-12-09 02:15:11 +00:00
..
Makefile bsd.own.mk: rename GCC_NO_* to CC_WNO_* 2023-06-03 09:09:01 +00:00
cmds.c ftp(1): fix description of "debug" 2021-01-06 09:15:59 +00:00
cmdtab.c Add option sslnoverify to control validation of SSL certificates. 2023-02-25 12:07:25 +00:00
complete.c
domacro.c - add or adjust /* FALLTHROUGH */ where appropriate 2019-02-03 03:19:25 +00:00
extern.h Add option sslnoverify to control validation of SSL certificates. 2023-02-25 12:07:25 +00:00
fetch.c Don't finish downloading an empty file with 'already done' before it is 2023-08-12 07:40:13 +00:00
ftp.1 ftp(1): wording and formatting improvements 2023-12-09 02:15:11 +00:00
ftp.c add timeout for ssl connect 2023-05-05 15:46:06 +00:00
ftp_var.h usr.bin: remove unnecessary lint comment CONSTCOND 2021-09-10 21:52:17 +00:00
main.c Add option sslnoverify to control validation of SSL certificates. 2023-02-25 12:07:25 +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 Ignore EOF from remote. 2023-05-16 18:52:09 +00:00
ssl.h use fetch_*() for I/O with SMALLPROG / !WITH_SSL builds 2021-06-03 10:23:33 +00:00
util.c add timeout for ssl connect 2023-05-05 15:46:06 +00:00
version.h ftp 20230516 for openssl 3.0 compat SSL_OP_IGNORE_UNEXPECTED_EOF 2023-05-16 22:00:23 +00:00