You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project was inspired by **Sharp.SSH** library which was ported from java and it seems like was not supported for quite some time. This library is a complete rewrite, without any third party dependencies, using parallelism to achieve the best performance possible.
10
+
This project was inspired by **Sharp.SSH** library which was ported from java and it seems like was not supported
11
+
for quite some time. This library is a complete rewrite, without any third party dependencies, using parallelism
12
+
to achieve the best performance possible.
13
+
14
+
## Documentation
15
+
There is MSDN-style class documentation in a .chm file for each release, which you can find in the Assets section
16
+
of the [latest release](https://github.com/sshnet/SSH.NET/releases/latest) page. Please note that you will need
17
+
to [right-click and "unblock"](https://support.microsoft.com/en-us/help/2021383/some-chm-files-may-not-render-properly-on-windows-vista-and-windows-7)
18
+
the CHM file after you download it.
19
+
20
+
Currently (4/18/2020), the documentation is very sparse. Fortunately, there are a large number of tests in
21
+
[Renci.SshNet.Tests](https://github.com/sshnet/SSH.NET/tree/develop/src/Renci.SshNet.Tests) that demonstrate
22
+
usage with working code.
23
+
24
+
If the test for the functionality you would like to see documented is not complete, then you are cordially
25
+
invited to read the source, Luke, and highly encouraged to generate a pull request for the implementation of
26
+
the missing test once you figure things out. 🤓
11
27
12
28
## Features
13
29
* Execution of SSH command using both synchronous and asynchronous methods
0 commit comments