Skip to main content
WinSCP package icon

WinSCP

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, FTP, WebDAV, S3 and SCP sessions. The library is primarily intended for advanced automation tasks that require conditional processing, loops or other control structures for which a basic WinSCP scripting interface is too limited. The library is not a general purpose file transfer library. It particularly have a limited 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.

Total Downloads
18.7M
18,702,921
Published
Jun 18, 2018
Latest stable version

Install

.NET CLI
dotnet add package WinSCP --version 5.13.3
Package Manager Console
Install-Package WinSCP -Version 5.13.3
PackageReference
<PackageReference Include="WinSCP" Version="5.13.3" />

Frameworks

No framework metadata available.

Dependencies

No declared dependencies.

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.