NetSFTPLibrary 4.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package NetSFTPLibrary --version 4.1.0
NuGet\Install-Package NetSFTPLibrary -Version 4.1.0
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="NetSFTPLibrary" Version="4.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NetSFTPLibrary --version 4.1.0
#r "nuget: NetSFTPLibrary, 4.1.0"
#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 NetSFTPLibrary as a Cake Addin
#addin nuget:?package=NetSFTPLibrary&version=4.1.0

// Install NetSFTPLibrary as a Cake Tool
#tool nuget:?package=NetSFTPLibrary&version=4.1.0

Library for performing SFTP (FTP over SSH). Features include Automatic Reconnect & Resume, Proxy Support, Public & Private Keys, ZLIB Compression, Directory Synchronization, SCP, Shell, Port Forwarding (Tunneling), FIPS Compliant Mode, and more.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net30 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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
9.12.0 662 10/19/2023
9.11.0 177 10/9/2023
9.0.0 133 10/9/2023
8.28.0 2,302 1/28/2023
8.27.0 404 1/28/2023
8.26.0 656 1/4/2023
8.25.0 30,951 8/31/2022
8.24.0 552 8/24/2022
8.21.0 1,081 7/28/2022
8.18.0 2,177 5/27/2022
8.15.0 567 5/23/2022
8.12.0 719 3/3/2022
8.11.0 505 3/2/2022
7.16.0 1,612 1/6/2022
7.14.0 14,050 5/27/2021
7.13.0 5,058 2/19/2021
7.12.0 692 12/11/2020
7.0.0 37,743 6/30/2020
6.15.0 3,695 1/1/2020
6.14.0 753 11/25/2019
6.13.0 1,214 9/14/2019
6.12.0 6,918 10/26/2018
6.5.0 7,912 11/5/2017
6.0.0 3,223 8/5/2017
5.18.0 41,653 6/12/2017
5.16.0 2,007 4/28/2017
5.15.0 7,840 1/30/2017
5.14.0 1,471 1/1/2017
5.13.0 6,092 10/22/2016
5.12.0 1,167 10/22/2016
5.7.0 24,746 4/3/2016
5.5.0 1,889 2/24/2016
5.4.0 1,417 2/4/2016
5.3.0 2,228 12/16/2015
5.1.0 10,672 6/20/2015
4.7.0 5,629 3/14/2015
4.5.0 6,615 1/7/2015
4.2.0 1,997 10/20/2014
4.1.0 1,314 10/19/2014
4.0.0 1,259 10/19/2014
3.33.0 4,506 9/9/2014
3.28.0 2,894 5/30/2014
3.26.0 1,713 3/23/2014
3.22.0 1,915 1/11/2014
3.21.0 1,887 11/23/2013
3.20.0 1,642 10/22/2013
3.19.0 1,279 10/15/2013
3.18.0 1,398 9/17/2013
3.14.0 1,400 8/26/2013
3.12.0 1,367 8/12/2013
3.10.0 1,513 6/29/2013
3.5.0 1,567 4/30/2013
3.4.0 3,581 4/13/2013
3.2.0 1,362 3/19/2013
3.1.0 1,443 2/18/2013

Kellerman Software announces a major update for the .NET SFTP Library. It is now CLS Compliant. It includes the ability to synchronize directories on two different SFTP servers without the use of temporary files using SiteToSiteSynchronizeDirectory. It can upload large files from one SFTP site to another without the use of a temporary file using SiteToSiteTransferFile. It can create a directory and sub directories with a single line of code. It removes the dependency on System.Web so that the .NET Framework client profile can be used. There is a new cancel event that is fired when cancelling is complete.  Fix for C++ Windows Service Compatibility. Fix for CreateDirectory returning true when directory already exists.