CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/11/30 07:52:00
Modified files:
usr.bin/ftp : main.c
Log message:
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
