Hi
I need to access the files available in sftp using SFTP in my project (C#).
Are there any opensource C# libraries for accessing file available on SFTP folder which can be used in my project?
Thanks
nrk
Hi
I need to access the files available in sftp using SFTP in my project (C#).
Are there any opensource C# libraries for accessing file available on SFTP folder which can be used in my project?
Thanks
nrk
SharpSSH by Tamir Gal
http://www.tamirgal.com/blog/page/SharpSSH.aspx
I have been using this for sometime and found it work OK.