sftp for .net c# [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it ca开发者_JAVA技巧n be answered with facts and citations.
Closed 6 years ago.
Improve this questionmy boss has asked me to come up with a test page which can handle sftp of a file from one internal server to another. As Ive never done this before I was wondering if anyone could give me a shove in the right direction please?
thanks
DD
.Net Framework
doesn't have internal support for connecting to SFTP. But there are some free libraries which can handle that - right now I am using in my project this one successfully - SharpSSH.
精彩评论