NetSFTPLibrary 7.0.0

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

// Install NetSFTPLibrary as a Cake Tool
#tool nuget:?package=NetSFTPLibrary&version=7.0.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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 592 10/19/2023
9.11.0 175 10/9/2023
9.0.0 131 10/9/2023
8.28.0 2,273 1/28/2023
8.27.0 401 1/28/2023
8.26.0 647 1/4/2023
8.25.0 28,538 8/31/2022
8.24.0 552 8/24/2022
8.21.0 1,056 7/28/2022
8.18.0 2,123 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,598 1/6/2022
7.14.0 13,802 5/27/2021
7.13.0 5,054 2/19/2021
7.12.0 692 12/11/2020
7.0.0 37,471 6/30/2020
6.15.0 3,685 1/1/2020
6.14.0 751 11/25/2019
6.13.0 1,210 9/14/2019
6.12.0 6,905 10/26/2018
6.5.0 7,806 11/5/2017
6.0.0 3,221 8/5/2017
5.18.0 41,518 6/12/2017
5.16.0 2,007 4/28/2017
5.15.0 7,705 1/30/2017
5.14.0 1,471 1/1/2017
5.13.0 6,085 10/22/2016
5.12.0 1,167 10/22/2016
5.7.0 24,593 4/3/2016
5.5.0 1,889 2/24/2016
5.4.0 1,417 2/4/2016
5.3.0 2,220 12/16/2015
5.1.0 10,670 6/20/2015
4.7.0 5,618 3/14/2015
4.5.0 6,614 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,491 9/9/2014
3.28.0 2,894 5/30/2014
3.26.0 1,704 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,397 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,580 4/13/2013
3.2.0 1,362 3/19/2013
3.1.0 1,443 2/18/2013

Kellerman Software announces a major release of the .NET SFTP Library. New features, ASCII Mode, FileTransferCompleteEventHandler, and SynchronizationMode. New multi-threaded parallel upload/download of directories and files.  Now compatible with .NET Standard 2.0, Mono 5.4, Xamarin.IOS 10.14, Xamarin.Mac 3.8, Xamarin.Android 8.0, UWP 10.0.16299 and Unity 2018.1