CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/06/29 17:12:33
Modified files:
usr.bin/ftp : extern.h fetch.c main.c
Log message:
fix output handling:
- if a remote file by the name '-' is retrieved, that does not imply
it should go to standard output...
- make -o '' reset any previous -o action
- properly handle multiple -o 's
ok phessler@
