3

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?


nrk

nRk
  • 1,251
  • 7
  • 24
  • 50

2 Answers2

8

You may take a look at WinSCP.

Darin Dimitrov
  • 1,023,142
  • 271
  • 3,287
  • 2,928
1

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
  • 324
  • 3
  • 5