Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.1 KB

File metadata and controls

30 lines (18 loc) · 1.1 KB

BurnSoft.SecureShell

|

The SecureShell class is a generic class using the Renci SshNet ( SSH.NET.2026.0.0 ) NuGet package. This simplifies the Renci's Process of connecting to a device using ssh, uploading and downloading files using scp.

Renci SshNet Git Repo: https://github.com/sshnet/SSH.NET

Addition documentation in a CHM Help file can be found at:

Donate]

Change Log

v1.0.0.3

  • Updated libraries due to Security Bug
  • Updated Unit Tests to use NUnit
  • Updated to use .Net Framework 4.8.1 instead of 4.8
  • Added Debug Event Handler

v1.0.0.2

  • Initial Release