Single file to stdout without "fattr"
authorkn <kn@openbsd.org>
Thu, 30 Nov 2023 14:52:00 +0000 (14:52 +0000)
committerkn <kn@openbsd.org>
Thu, 30 Nov 2023 14:52:00 +0000 (14:52 +0000)
commit984d9a508f1fdb040e523c73e9af29e633cfde4c
tree3bcd29cd5bc3ac981c3a957c495c1ffc87c97858
parent4e72439a61ba1f69a0f26c359da7ae49d222b18d
Single file to stdout without "fattr"

Regardless of SMALL and other command flags, 'ftp -o - URL [file|URL ...]'
only processes the first URL and exists.

Only standard output is written to and modifying 'struct stat' properties
as per pledge(2) "fattr" don't apply.

OK millert
usr.bin/ftp/main.c