.NET library – error while running scheduled task
My little .NET application does simple tasks: downloads files via FTP or SFTP using WInSCP .NET library (5.0.9, build 2578).
When I schedule this on a Windows Server 2008 R2, sometimes I get this error message:
Running exactly the same task (same user, same commands) manually there is no error.WinSCP process terminated with exit code 3 and output "", without creating a log file.
After restarting the server everything works fine.
First of all I'd like to know more about 'exit code 3'.
Where can be found detailed information?
Thanks, Lazslo