FTP Log File -
04-12-2005
, 10:54 AM
I get an error when I try to pipe to log file using the Execute Process
Task.
When I set the Parameters like this it runs fine:
-i -s:C:\Temp\DTS\Invoices\FTPCommands.txt
But when I add a log file I get an error(Return 2).
-i -s:C:\Temp\DTS\Invoices\FTPCommands.txt >
C:\Temp\DTS\Invoices\log\4112005221829.log
This works fine from the command line, why the error in DTS?
Another way of achieving this? |