CTX.WinscpExtensions 5.1.5.1

dotnet add package CTX.WinscpExtensions --version 5.1.5.1
NuGet\Install-Package CTX.WinscpExtensions -Version 5.1.5.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CTX.WinscpExtensions" Version="5.1.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CTX.WinscpExtensions --version 5.1.5.1
#r "nuget: CTX.WinscpExtensions, 5.1.5.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CTX.WinscpExtensions as a Cake Addin
#addin nuget:?package=CTX.WinscpExtensions&version=5.1.5.1

// Install CTX.WinscpExtensions as a Cake Tool
#tool nuget:?package=CTX.WinscpExtensions&version=5.1.5.1

The easiest way to use WinSCP in your .NET applications.
     
     Features:
       - Automatically ensures that WinSCP.exe exists in your app's working directory.
       - Simplified API for uploading files. Automatically ensures remote directory structure exists.
       - TPL friendly. Extension methods for aborting a session when cancellation is requested.
       - Simple session configuration using connection strings.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.1.5.1 17,098 7/1/2013
5.1.5 1,473 5/28/2013
1.0.0 1,330 5/27/2013

Fixed a bug involving the Winscp executable's location.