SSH.NET 2013.4.7

.NET Framework 3.5
Install-Package SSH.NET -Version 2013.4.7
dotnet add package SSH.NET --version 2013.4.7
<PackageReference Include="SSH.NET" Version="2013.4.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SSH.NET --version 2013.4.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SSH.NET, 2013.4.7"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install SSH.NET as a Cake Addin
#addin nuget:?package=SSH.NET&version=2013.4.7

// Install SSH.NET as a Cake Tool
#tool nuget:?package=SSH.NET&version=2013.4.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

This project was inspired by Sharp.SSH library which was ported from Java.  This library is a complete rewrite using .NET, without any third party dependencies and to utilize the parallelism as much as possible to allow best performance you can get.  SSH.NET supports .NET 3.5, 4.0, Silverlight 4.0, Silverlight 5.0, Windows Phone 7 and Windows Phone 8.

Product Versions
.NET Framework net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48
Silverlight sl3-wp sl4 sl5
Windows Phone wp8 wp81
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SSH.NET:

Package Downloads
CoreTechs.Sftp.Client

Secure FTP client library.

Version Downloads Last updated
2013.4.7 0 06.02.2022

New Features

   Add IPAddress as parameter to ForwardedPortRemote


Breaking changes

   Remove not SCP feature of creating directory structure for uploaded files or directories


Fixes

   Fix the way SCP handling root path
   Fix problem when huge files could be cut off in the middle
   Fix exception handeling when multiple threads share one channel that can cause application hanging
   Fix internal server window size management
   Improve HTTP proxy error handling
   Improve handling of multiple authentication methods
   Fix threading in ShellStream by locking _incoming object when performing Enqueue
   Fix SCP Upload issue.
   Fix so Channel.Close() is not called during dispose phase
   Fix and remove orphan threads when using port forwarding
   Fix thread synchronization issue when uploading files using SCP
   Fix SshAuthenticationException by handling PartialSuccess response and continue authentication process in that case
   Improve thread-safe event handling
   Replace Task.Factory.StartNew with ThreadPool.QueueUserWorkItem