Re: quiet ftp

2012-09-02 Thread Theo de Raadt
This is intentional. Look in distrib/miniroot: install.sub:FTPOPTS="-V" We want the progress bar -- we just don't want any of the other noise. I suppose with this change, and then using -Vm it could work. But that would need testing. Especially since ftp(1) is compiled with -DSMALL. grep SMA

quiet ftp

2012-09-02 Thread Ted Unangst
Does anyone else find it weird that -V doesn't turn off the progress bar? Index: main.c === RCS file: /cvs/src/usr.bin/ftp/main.c,v retrieving revision 1.85 diff -u -p -r1.85 main.c --- main.c 26 Aug 2012 02:16:02 - 1.85