Re: ftp(1) prints TLS and short read errors to stdout rather than stderr

Theo Buehler <[email protected]> Tue, 28 Jul 2026 17:36:41 +0200
Newsgroups gmane.os.openbsd.tech
Message-ID <[email protected]>
On Tue, Jul 28, 2026 at 09:27:38AM -0600, Theo de Raadt wrote:
> Those fixes look good to me.  Anyone else want to comment?

With the exception of the vfprintf() in ftp_printf() and the dprintf(),
the remaining output is under verbose or debug, so the diff looks both
correct and complete to me.

ok tb