Does .NET Core 2.0 have SFTP client? [closed]

我们两清 提交于 2021-02-18 10:14:38

问题


Needing to use an SFTP client and looking to build it in a .NET Core 2.0 application.

I was wondering if SFTP is already part of .NET standard 2.0 or will I need to use a 3rd party library for this, e.g. SSH.NET?


回答1:


There's no SFTP client in any current version of .NET.

See also SFTP Libraries for .NET and many others.




回答2:


There are many SFTP clients for .net since many years: SecureBlackbox, IPWorks SSH, WodSFTP, and Rebex SFTP. SecureBlackbox provides an sftp solution for at least 12 years. If you are looking for an open source project, SSH.NET on github (https://github.com/sshnet/SSH.NET) should match your expectations. It is compatible with .net standard witch means it is compatible with .net framework and .net core. Moreover, it is a standalone solution that doesn't have thirdparty dependency.



来源:https://stackoverflow.com/questions/48432921/does-net-core-2-0-have-sftp-client

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!