开发者

SSH File Transfer Protocol (SFTP) using C# [duplicate]

开发者 https://www.devze.com 2023-03-14 16:44 出处:网络
This question already has answers here: Closed 11 ye开发者_Python百科ars ago. Possible Duplicate: is there SFTP Communications in C#?
This question already has answers here: Closed 11 ye开发者_Python百科ars ago.

Possible Duplicate:

is there SFTP Communications in C#?

is it possible to do a FILE upload using C# over SSH tunnel? if so how? is it supported in .net?


You may use third party resources:

  • Granados SSH Library for .NET
  • SSH Factory for .NET
  • Rebex SFTP for .NET


yes it is possible is there SFTP Communications in C#? and there is other useful links also on SO


You need to download a third-party library to be able to do that.

The only Open Source library that I've seen is Routrek Networks Granados

0

精彩评论

暂无评论...
验证码 换一张
取 消