Thread: C# основной форум/SharpSSH - A Secure Shell (SSH) library for .NET

SharpSSH - A Secure Shell (SSH) library for .NET

www.tamirgal.com/blog/page/SharpSSH.aspx


SharpSSH is a pure .NET implementation of the SSH2 client protocol suite. It provides an API for communication with SSH servers and can be integrated into any .NET application.


The library is a C# port of the JSch project from JCraft Inc. and is released under BSD style license.



SharpSSH allows you to read/write data and transfer files over SSH channels using an API similar to JSch's API. In addition, it provides some additional wrapper classes which offer even simpler abstraction for SSH communication.


SharpSSH is hosted on sourceforge, please check out its project page.