Our .NET application uses WinSCP software to work with SFTP servers. It's running on different machines, however 1 week ago 2 of them started to fail with the following exception:
WinSCP.SessionLocalException, WinSCP process terminated with exit code 3 and output "", without responding (response log file D:\local\Temp\wscp1028.00ADA812.tmp was not created). This could indicate lack of write permissions to the log folder or problems starting WinSCP itself., at WinSCP.Session.Open(SessionOptions sessionOptions)
This error doesn't occur always, but after some period of time. Once error occurs it fails always until we restart the entire application. After application restart it successfully works 10-20 hours and approx. 15K-30K succeeded requests. Then the error starts again.
We have already upgraded to the last version of WinSCP (5.7.7) and restarted the machines, however the issue still takes place. What could be the root cause and what steps could be done to fix the issue? Any help is appreciated.