Hi All,
Our application has a console app, which pulls orders from CRM and SFTPs them over to another system's server.
We occasionally get an SFTP timeout error as below:
12_3_2018 10-52-52 PM - Uploading Invoice file to SFTP
12_3_2018 10-55-24 PM - Error: Failed to upload file stage :Started errorwith error : Session operation has timed out
12_3_2018 10-55-37 PM - Failed to upload file
The issue as I've observed is never with the other system's server, but I believe our console application is timing out.
Is there a code fix I can apply to prevent it from timing out ? the console app uses SftpClient for FTP transfer.
Your suggestions and help is greatly appreciated !!