views:

252

answers:

2

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

+6  A: 

You may take a look at WinSCP.

Darin Dimitrov
+1 although my first thought was "WinSCP is hardly a C# library", the provided link is really usefull
The Chairman
+1  A: 

SharpSSH by Tamir Gal

http://www.tamirgal.com/blog/page/SharpSSH.aspx

I have been using this for sometime and found it work OK.

Jeganinfo