Click here to Skip to main content
16,012,061 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

I am uploading file to SFTP using Tamir.SharpSSH.dll... My problem is, if connection lost to SFTP server due to some problems, it is not coming out from sftp.Connect(); line... it keeps trying to make connection... I did not see any connectiontimeout functionality for this dll...

Can you guys help me on this... Or suggest any other free dlls...

C#
Sftp sftp = new Sftp(Constants.SFTPSERVERNAME, Constants.SFTPUserName, Constants.SFTPPassword);
sftp.Connect();


Please let me know if I am not clear....

Thanks,
Naveen
Posted
Updated 28-Nov-13 21:53pm
v4

1 solution

Talk to the owners of the library[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900