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
精彩评论