Search results

  1. H

    FTP redirect to stderr

    The following works in XP and 2003 but not 2008, any idea why? ftp -n -s:input.txt 1>NUL 2>error.txt Error.txt is empty if an error occurs. I want to keep the error log separate so I can report it to the user. Any ideas?
Back
Top