FluentFTP 40.0.0-beta1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of FluentFTP.
There is a newer version of this package available.
See the version list below for details.
dotnet add package FluentFTP --version 40.0.0-beta1
NuGet\Install-Package FluentFTP -Version 40.0.0-beta1
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="FluentFTP" Version="40.0.0-beta1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FluentFTP --version 40.0.0-beta1
#r "nuget: FluentFTP, 40.0.0-beta1"
#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 FluentFTP as a Cake Addin
#addin nuget:?package=FluentFTP&version=40.0.0-beta1&prerelease

// Install FluentFTP as a Cake Tool
#tool nuget:?package=FluentFTP&version=40.0.0-beta1&prerelease
40.0.0
  • Please read the Migration Guide for help migrating to the new version!
  • Constructor API
    • New: 3 new FTP client constructors that accept FTP host, credentials, config and logger
    • Remove extranous constructors because properties can be used instead
  • Asynchronous API
    • New: Split main FTP client classes into FtpClient and AsyncFtpClient
    • New: Split main FTP client interfaces into IFtpClient and IAsyncFtpClient
    • New: Split common FTP functionality into BaseFtpClient
    • New: Drop Async suffix for all async FTP methods in AsyncFtpClient
  • Config API
    • New: Remove all config settings from FtpClient and move it into client.Config object
    • New: Dedicated class to hold config settings FtpConfig to cleanup client API
  • Logging API
    • New: Remove client.OnLogEvent and FtpTrace system
    • New: Add logger system client.Logger using industry-standard ILogger interface
    • New: Add Nuget dependency Microsoft.Extensions.Logging.Abstractions v2.1.0
    • Remove logging settings as they are always enabled: LogFunctions
    • Remove logging settings as sensitive data is always masked: LogIP, LogUserName, LogPassword
  • FTP Proxies
    • New: Split FTP proxy classes into FtpClient*Proxy and AsyncFtpClient*Proxy
    • New: FTP proxy classes moved into FluentFTP.Proxy.SyncProxy and FluentFTP.Proxy.AsyncProxy NS
    • New: FTP proxy classes with fully async implementations
  • Organization
    • Completely redesign the FTP client code organization and structure
    • Update all tests and examples to use the new API and AsyncFtpClient
    • Hide all internally-used functions behind the interface IInternalFtpClient
  • Modernization
    • Drop support for .NET Standard 1.2, 1.4 and .NET 2.0, 3.5, 4.0 and 4.5
    • Add support for .NET 4.6.2 and 4.7.2
    • Remove conditional compilation statements for unsupported platforms
    • Remove uncommon static methods FtpClient.Connect and FtpClient.GetPublicIP
    • Remove uncommon method DereferenceLink and DereferenceLinkAsync
    • Remove uncommon properties QuickTransferLimit, MaximumDereferenceCount, EnableThreadSafeDataConnections
    • Remove uncommon feature FtpListOption.DerefLinks
    • Remove obsolete hashing commands GetHashAlgorithm, SetHashAlgorithm, GetHash, etc
    • Remove obsolete async pattern using IAsyncResult
  • Server support
    • Move all IBM zOS logic into the IBMzOSFtpServer server handler
    • Move all OpenVMS logic into the OpenVmsServer server handler
    • Fix: z/OS: Handle z/OS GetListing single line outputs
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  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.

NuGet packages (144)

Showing the top 5 NuGet packages that depend on FluentFTP:

Package Downloads
Peachpie.Library

Peachpie PHP language library functions.

HIC.RDMP.Plugin

Core package for plugin development

Zebra.Printer.SDK

The Zebra Link-OS SDK provides a powerful set of APIs enabling creation of desktop and mobile apps that take full advantage of the printer's operating system features including connectivity, printing and management tasks.

Microsoft.Azure.Workflows.WebJobs.Extension The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Extensions for running workflows in Azure Functions

Halforbit.DataStores.FileStores.Ftp

A DataStore FileStore implementation over FTP.

GitHub repositories (32)

Showing the top 5 popular GitHub repositories that depend on FluentFTP:

Repository Stars
files-community/Files
Building the best file manager for Windows
ShareX/ShareX
ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.
duplicati/duplicati
Store securely encrypted backups in the cloud!
win-acme/win-acme
A simple ACME client for Windows (for use with Let's Encrypt et al.)
ScottPlot/ScottPlot
Interactive plotting library for .NET
Version Downloads Last updated
50.0.1 9,804 4/16/2024
50.0.0 4,179 4/13/2024
49.0.2 303,182 1/27/2024
49.0.1 153,612 12/27/2023
49.0.0 17,152 12/25/2023
48.0.3 416,010 10/28/2023
48.0.2 1,268 10/28/2023
48.0.1 73,720 10/11/2023
48.0.0 137,191 9/19/2023
47.1.0 431,360 7/26/2023
47.0.0 85,804 7/14/2023
46.0.2 960,571 3/13/2023
46.0.1 27,836 3/9/2023
46.0.0 5,435 3/8/2023
45.2.0 88,295 2/24/2023
45.1.0 137,170 2/19/2023
45.0.4 7,725 2/17/2023
45.0.3 8,620 2/16/2023
45.0.2 2,409 2/16/2023
45.0.1 8,112 2/16/2023
45.0.0 2,167 2/16/2023
44.0.1 355,098 1/13/2023
44.0.0 2,262 1/13/2023
43.0.1 160,763 12/25/2022
43.0.0 2,145 12/25/2022
42.2.0 15,644 12/22/2022
42.1.0 196,317 12/1/2022
42.0.2 57,508 11/19/2022
42.0.1 89,946 11/7/2022
42.0.0 155,843 10/23/2022
41.0.0 149,153 10/2/2022
40.0.0 258,842 9/7/2022
40.0.0-beta5 3,751 9/4/2022
40.0.0-beta4 1,653 9/3/2022
40.0.0-beta3 1,696 9/3/2022
40.0.0-beta2 1,834 8/31/2022
40.0.0-beta1 1,702 8/29/2022
39.4.0 297,570 8/23/2022
39.3.0 125,215 8/15/2022
39.2.1 352,030 8/9/2022
39.2.0 6,878 8/9/2022
39.1.0 16,895 8/5/2022
39.0.1 83,922 8/1/2022
39.0.0 14,531 7/28/2022
38.0.0 31,290 7/23/2022
37.1.2 74,734 7/22/2022
37.1.1 40,290 7/17/2022
37.1.0 61,496 7/12/2022
37.0.6 9,187 7/11/2022
37.0.5 56,358 7/2/2022
37.0.4 44,192 6/28/2022
37.0.3 202,129 6/5/2022
37.0.2 2,665,853 2/27/2022
37.0.1 167,941 2/13/2022
37.0.0 84,928 2/6/2022
36.1.0 268,483 1/16/2022
36.0.0 30,928 1/12/2022
35.2.3 226,375 1/1/2022
35.2.2 644,080 12/12/2021
35.2.1 102,779 11/28/2021
35.2.0 237,871 11/21/2021
35.1.0 77,713 11/16/2021
35.0.5 260,265 10/3/2021
35.0.4 238,255 9/5/2021
35.0.3 2,553 9/4/2021
35.0.2 28,771 8/29/2021
35.0.1 2,476 8/29/2021
35.0.0 2,507 8/29/2021
34.0.2 256,328 7/31/2021
34.0.1 137,679 7/16/2021
34.0.0 813,349 5/5/2021
33.2.0 141,848 4/29/2021
33.1.8 35,549 4/27/2021
33.1.7 19,784 4/24/2021
33.1.6 108,744 4/13/2021
33.1.5 57,552 4/7/2021
33.1.4 14,787 3/31/2021
33.1.3 13,690 3/27/2021
33.1.2 4,547 3/26/2021
33.1.1 5,243 3/25/2021
33.1.0 3,735 3/25/2021
33.0.3 1,335,623 11/28/2020
33.0.2 272,332 10/22/2020
33.0.1 18,076 10/20/2020
33.0.0 73,006 10/15/2020
32.4.7 60,676 10/12/2020
32.4.6 5,149 10/9/2020
32.4.5 313,929 9/18/2020
32.4.4 234,454 8/22/2020
32.4.3 1,131,073 5/25/2020
32.4.2 2,532 5/25/2020
32.4.1 95,609 5/14/2020
32.4.0 76,138 4/25/2020
32.3.3 154,832 4/11/2020
32.3.2 23,898 4/8/2020
32.3.1 93,616 4/2/2020
32.3.0 24,547 3/27/2020
32.2.2 193,448 3/17/2020
32.2.1 36,113 3/7/2020
32.2.0 8,540 3/6/2020
32.1.1 26,426 3/5/2020
32.1.0 7,726 3/5/2020
32.0.0 3,149 3/4/2020
31.3.2 37,911 3/3/2020
31.3.1 97,525 2/21/2020
31.3.0 4,556 2/20/2020
31.2.0 33,055 2/18/2020
31.1.0 13,699 2/15/2020
31.0.0 7,267 2/13/2020
30.2.0 29,778 2/10/2020
30.1.1 3,485 2/8/2020
30.1.0 2,550 2/8/2020
30.0.0 114,076 2/1/2020
29.0.4 138,216 1/28/2020
29.0.3 46,686 1/21/2020
29.0.2 14,956 1/17/2020
29.0.1 45,876 1/11/2020
29.0.0 42,612 1/6/2020
28.0.5 188,861 12/11/2019
28.0.4 7,506 12/10/2019
28.0.3 5,952 12/7/2019
28.0.2 173,274 11/22/2019
28.0.1 173,833 10/31/2019
28.0.0 117,451 10/15/2019
27.1.4 28,617 10/8/2019
27.1.3 9,885 10/4/2019
27.1.2 171,557 9/20/2019
27.1.1 45,197 9/13/2019
27.1.0 49,777 9/9/2019
27.0.3 156,628 8/22/2019
27.0.2 69,344 8/6/2019
27.0.1 23,108 7/31/2019
27.0.0 51,305 7/24/2019
26.0.2 30,349 7/18/2019
26.0.1 12,177 7/17/2019
26.0.0 27,935 7/15/2019
25.0.6 52,004 7/11/2019
25.0.5 40,401 7/2/2019
25.0.4 50,206 6/25/2019
25.0.3 29,670 6/17/2019
25.0.2 4,410 6/17/2019
25.0.1 26,098 6/11/2019
25.0.0 11,697 6/8/2019
24.0.0 311,102 4/17/2019
23.1.0 244,872 3/5/2019
23.0.0 15,256 2/27/2019
22.0.0 5,579 2/26/2019
21.0.0 230,959 2/6/2019
20.0.0 95,804 2/4/2019
19.2.4 37,700 1/28/2019
19.2.3 40,810 1/17/2019
19.2.2 1,893,667 5/2/2018
19.2.1 4,365 5/2/2018
19.2.0 4,764 5/2/2018
19.1.4 6,024 5/2/2018
19.1.3 115,197 3/24/2018
19.1.2 682,531 11/9/2017
19.1.1 86,196 10/11/2017
19.1.0 62,728 9/29/2017
19.0.0 38,389 9/27/2017
18.0.2 154,837 8/26/2017
18.0.1 5,658 8/24/2017
18.0.0 9,370 8/11/2017
17.6.1 121,050 7/30/2017
17.6.0 9,405 7/25/2017
17.5.10 4,342 7/25/2017
17.5.9 13,298 7/18/2017
17.5.8 13,661 7/13/2017
17.5.7 4,698 7/12/2017
17.5.6 18,580 6/28/2017
17.5.5 45,878 6/27/2017
17.5.4 4,537 6/26/2017
17.5.2 8,592 6/22/2017
17.5.1 4,638 6/22/2017
17.5.0 5,426 6/17/2017
17.4.4 26,801 6/8/2017
17.4.3 4,140 6/8/2017
17.4.2 8,768 5/26/2017
17.4.1 8,220 5/24/2017
17.4.0 14,609 5/21/2017
17.3.0 4,522 5/19/2017
17.2.0 10,271 5/12/2017
17.1.0 4,283 5/11/2017
17.0.0 4,281 5/11/2017
16.5.0 6,524 5/6/2017
16.4.1 7,620 4/29/2017
16.4.0 25,537 4/9/2017
16.3.0 43,606 3/14/2017
16.2.5 5,999 3/10/2017
16.2.4 12,727 2/25/2017
16.2.3 6,171 2/22/2017
16.2.2 11,899 2/18/2017
16.2.1 49,968 2/1/2017
16.2.0 4,614 1/30/2017
16.1.0 4,381 1/29/2017
16.0.19 4,882 1/26/2017
16.0.18 5,157 1/18/2017
16.0.17 60,148 1/5/2017
16.0.16 5,388 12/16/2016
16.0.15 7,230 12/3/2016
16.0.14 5,170 11/25/2016
16.0.13 17,884 11/2/2016