WinSCP 5.7.2
dotnet add package WinSCP --version 5.7.2
NuGet\Install-Package WinSCP -Version 5.7.2
<PackageReference Include="WinSCP" Version="5.7.2" />
paket add WinSCP --version 5.7.2
#r "nuget: WinSCP, 5.7.2"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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
|