WinSCP 5.7.2

dotnet add package WinSCP --version 5.7.2
NuGet\Install-Package WinSCP -Version 5.7.2
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="WinSCP" Version="5.7.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WinSCP --version 5.7.2
#r "nuget: WinSCP, 5.7.2"
#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 WinSCP as a Cake Addin
#addin nuget:?package=WinSCP&version=5.7.2

// Install WinSCP as a Cake Tool
#tool nuget:?package=WinSCP&version=5.7.2

The WinSCP .NET assembly is a .NET wrapper around WinSCP’s scripting interface that allows your code to connect to a remote machine and manipulate remote files over SFTP, SCP, and FTP sessions.
   
The library is primarily intended for advanced automation tasks that require conditional processing, loops or other control structures for which the basic scripting interface is too limited. The library is not a general purpose file transfer library. It particularly lacks support for interactive processing and as such it is not well suited for use in GUI applications.

For documentation and examples of use, see project website.

The NuGet package includes the assembly itself and a required WinSCP executable. When installed, it adds the assembly as reference to your project and sets up WinSCP executable to be copied to project output directory, so that it can be found on run-time.

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.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on WinSCP:

Repository Stars
Suprcode/Crystal
Legend of Mir 2 - Official Public Crystal Source
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
Suprcode/Zircon
Legend of Mir 3 - Official Public Zircon Source
Version Downloads Last updated
5.7.2 1,516 4/14/2015
5.7.1 794 3/25/2015
5.7.0 1,566 2/20/2015
5.5.6 3,488 10/16/2014
5.5.5 5,720 8/21/2014
5.5.4 1,201 6/10/2014
5.5.3 525 4/14/2014
5.5.2 268 3/20/2014