OpenSource .NET library for connecting to SFTP server?

前端 未结 3 413
滥情空心
滥情空心 2021-01-04 18:34

is there a good library out there to connect to a SFTP server and save/load file to/from there? I tried google, but there is so much so I thought Id ask for recommendations.

相关标签:
3条回答
  • 2021-01-04 19:23

    WinSCP is Open Source and has a .NET library available as a nuget package that supports SFTP, SCP, and FTPS

    0 讨论(0)
  • 2021-01-04 19:30

    Current state of SFTP open source .NET libs is as follows:

    SSH.NET

    https://github.com/sshnet/SSH.NET

    Looks promissing, but I have no direct experience with it.

    Sharp SSH (also know as TamirGal SSH)

    http://sourceforge.net/projects/sharpssh/

    One of the oldests, some StackOverflow users consider it quite unstable.

    Granados SSH

    http://granados.sourceforge.net/

    Looks abandoned since 2004

    Atrribution: This post is excerpt from list of SFTP libraries from sftp.net.

    0 讨论(0)
  • 2021-01-04 19:36

    SharpSSH

    0 讨论(0)
提交回复
热议问题