Hi,
I am attempting to upload files on FTP using sFTP.
"The operation was not completed within the specified time limit." exception is thrown during the image file upload, what can be the possible cause of this exception.
Also though this exception is logged using my logger still application is getting continued.
Below is my code line to upload file
mobjRebexFTP.Encoding = Encoding.UTF8; mobjRebexFTP.PutFile("Local Path", "FTP directory path");
Regards,
Prajakta