FluentFTP 40.0.0-beta2

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-beta2                
NuGet\Install-Package FluentFTP -Version 40.0.0-beta2                
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-beta2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FluentFTP --version 40.0.0-beta2                
#r "nuget: FluentFTP, 40.0.0-beta2"                
#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-beta2&prerelease

// Install FluentFTP as a Cake Tool
#tool nuget:?package=FluentFTP&version=40.0.0-beta2&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
    • Renamed: Legacy logging callback OnLogEvent is now renamed to LegacyLogger
    • 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 (158)

Showing the top 5 NuGet packages that depend on FluentFTP:

Package Downloads
Peachpie.Library

Peachpie PHP language library functions.

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.

HIC.RDMP.Plugin

Core package for plugin development

FluentFTP.Logging

Small connector library to integrate FluentFTP with MELA Loggers (Microsoft.Extensions.Logging.Abstractions).

Microsoft.Azure.Workflows.WebJobs.Extension

Extensions for running workflows in Azure Functions

GitHub repositories (36)

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

Repository Stars
files-community/Files
A modern file manager that helps users organize their files and folders.
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!
ScottPlot/ScottPlot
Interactive plotting library for .NET
win-acme/win-acme
A simple ACME client for Windows (for use with Let's Encrypt et al.)
Version Downloads Last updated
51.1.0 174,511 9/13/2024
51.0.0 205,318 8/5/2024
50.1.0 253,416 6/21/2024
50.0.1 541,733 4/16/2024
50.0.0 20,983 4/13/2024
49.0.2 814,205 1/27/2024
49.0.1 234,721 12/27/2023
49.0.0 18,747 12/25/2023
48.0.3 704,781 10/28/2023
48.0.2 1,351 10/28/2023
48.0.1 100,472 10/11/2023
48.0.0 173,817 9/19/2023
47.1.0 534,165 7/26/2023
47.0.0 117,303 7/14/2023
46.0.2 1,232,384 3/13/2023
46.0.1 32,884 3/9/2023
46.0.0 6,631 3/8/2023
45.2.0 100,659 2/24/2023
45.1.0 188,533 2/19/2023
45.0.4 7,998 2/17/2023
45.0.3 10,294 2/16/2023
45.0.2 2,644 2/16/2023
45.0.1 9,164 2/16/2023
45.0.0 2,322 2/16/2023
44.0.1 430,646 1/13/2023
44.0.0 2,370 1/13/2023
43.0.1 212,428 12/25/2022
43.0.0 2,297 12/25/2022
42.2.0 19,026 12/22/2022
42.1.0 245,177 12/1/2022
42.0.2 68,246 11/19/2022
42.0.1 112,330 11/7/2022
42.0.0 179,229 10/23/2022
41.0.0 164,028 10/2/2022
40.0.0 306,117 9/7/2022
40.0.0-beta5 3,820 9/4/2022
40.0.0-beta4 1,704 9/3/2022
40.0.0-beta3 1,785 9/3/2022
40.0.0-beta2 1,908 8/31/2022
40.0.0-beta1 1,759 8/29/2022
39.4.0 371,832 8/23/2022
39.3.0 139,866 8/15/2022
39.2.1 388,458 8/9/2022
39.2.0 8,563 8/9/2022
39.1.0 19,100 8/5/2022
39.0.1 93,793 8/1/2022
39.0.0 16,392 7/28/2022
38.0.0 39,012 7/23/2022
37.1.2 89,923 7/22/2022
37.1.1 47,901 7/17/2022
37.1.0 74,099 7/12/2022
37.0.6 11,321 7/11/2022
37.0.5 61,301 7/2/2022
37.0.4 49,678 6/28/2022
37.0.3 225,588 6/5/2022
37.0.2 3,374,809 2/27/2022
37.0.1 177,136 2/13/2022
37.0.0 104,701 2/6/2022
36.1.0 302,870 1/16/2022
36.0.0 33,492 1/12/2022
35.2.3 297,492 1/1/2022
35.2.2 692,203 12/12/2021
35.2.1 117,367 11/28/2021
35.2.0 261,332 11/21/2021
35.1.0 81,047 11/16/2021
35.0.5 291,684 10/3/2021
35.0.4 287,554 9/5/2021
35.0.3 2,636 9/4/2021
35.0.2 31,133 8/29/2021
35.0.1 2,530 8/29/2021
35.0.0 2,730 8/29/2021
34.0.2 294,045 7/31/2021
34.0.1 152,053 7/16/2021
34.0.0 934,854 5/5/2021
33.2.0 144,414 4/29/2021
33.1.8 41,214 4/27/2021
33.1.7 23,621 4/24/2021
33.1.6 115,557 4/13/2021
33.1.5 59,048 4/7/2021
33.1.4 16,165 3/31/2021
33.1.3 14,240 3/27/2021
33.1.2 4,857 3/26/2021
33.1.1 5,326 3/25/2021
33.1.0 3,820 3/25/2021
33.0.3 1,457,744 11/28/2020
33.0.2 290,631 10/22/2020
33.0.1 19,814 10/20/2020
33.0.0 79,125 10/15/2020
32.4.7 63,407 10/12/2020
32.4.6 5,322 10/9/2020
32.4.5 330,704 9/18/2020
32.4.4 259,225 8/22/2020
32.4.3 1,211,079 5/25/2020
32.4.2 2,595 5/25/2020
32.4.1 99,490 5/14/2020
32.4.0 81,930 4/25/2020
32.3.3 180,655 4/11/2020
32.3.2 25,396 4/8/2020
32.3.1 100,085 4/2/2020
32.3.0 25,513 3/27/2020
32.2.2 210,673 3/17/2020
32.2.1 37,835 3/7/2020
32.2.0 8,842 3/6/2020
32.1.1 32,401 3/5/2020
32.1.0 7,779 3/5/2020
32.0.0 3,262 3/4/2020
31.3.2 42,564 3/3/2020
31.3.1 106,822 2/21/2020
31.3.0 4,726 2/20/2020
31.2.0 33,643 2/18/2020
31.1.0 14,110 2/15/2020
31.0.0 7,599 2/13/2020
30.2.0 34,156 2/10/2020
30.1.1 3,542 2/8/2020
30.1.0 2,607 2/8/2020
30.0.0 118,334 2/1/2020
29.0.4 140,840 1/28/2020
29.0.3 48,410 1/21/2020
29.0.2 19,662 1/17/2020
29.0.1 47,290 1/11/2020
29.0.0 47,239 1/6/2020
28.0.5 199,163 12/11/2019
28.0.4 9,497 12/10/2019
28.0.3 6,182 12/7/2019
28.0.2 199,414 11/22/2019
28.0.1 184,187 10/31/2019
28.0.0 125,856 10/15/2019
27.1.4 32,024 10/8/2019
27.1.3 10,151 10/4/2019
27.1.2 184,215 9/20/2019
27.1.1 46,635 9/13/2019
27.1.0 50,651 9/9/2019
27.0.3 166,977 8/22/2019
27.0.2 73,266 8/6/2019
27.0.1 23,650 7/31/2019
27.0.0 54,523 7/24/2019
26.0.2 31,869 7/18/2019
26.0.1 12,708 7/17/2019
26.0.0 32,580 7/15/2019
25.0.6 53,361 7/11/2019
25.0.5 41,028 7/2/2019
25.0.4 56,008 6/25/2019
25.0.3 33,124 6/17/2019
25.0.2 4,493 6/17/2019
25.0.1 27,117 6/11/2019
25.0.0 13,044 6/8/2019
24.0.0 325,877 4/17/2019
23.1.0 261,824 3/5/2019
23.0.0 15,999 2/27/2019
22.0.0 5,801 2/26/2019
21.0.0 245,201 2/6/2019
20.0.0 97,187 2/4/2019
19.2.4 41,470 1/28/2019
19.2.3 43,868 1/17/2019
19.2.2 2,011,671 5/2/2018
19.2.1 4,414 5/2/2018
19.2.0 4,866 5/2/2018
19.1.4 6,542 5/2/2018
19.1.3 122,182 3/24/2018
19.1.2 705,694 11/9/2017
19.1.1 95,254 10/11/2017
19.1.0 66,991 9/29/2017
19.0.0 40,747 9/27/2017
18.0.2 159,825 8/26/2017
18.0.1 5,713 8/24/2017
18.0.0 10,107 8/11/2017
17.6.1 137,112 7/30/2017
17.6.0 9,457 7/25/2017
17.5.10 4,400 7/25/2017
17.5.9 13,453 7/18/2017
17.5.8 14,834 7/13/2017
17.5.7 4,758 7/12/2017
17.5.6 18,903 6/28/2017
17.5.5 50,543 6/27/2017
17.5.4 4,582 6/26/2017
17.5.2 8,867 6/22/2017
17.5.1 4,951 6/22/2017
17.5.0 5,480 6/17/2017
17.4.4 27,291 6/8/2017
17.4.3 4,185 6/8/2017
17.4.2 9,702 5/26/2017
17.4.1 8,889 5/24/2017
17.4.0 14,682 5/21/2017
17.3.0 4,595 5/19/2017
17.2.0 10,710 5/12/2017
17.1.0 4,327 5/11/2017
17.0.0 4,341 5/11/2017
16.5.0 6,760 5/6/2017
16.4.1 8,032 4/29/2017
16.4.0 26,405 4/9/2017
16.3.0 49,180 3/14/2017
16.2.5 6,198 3/10/2017
16.2.4 12,850 2/25/2017
16.2.3 6,286 2/22/2017
16.2.2 11,972 2/18/2017
16.2.1 51,944 2/1/2017
16.2.0 4,674 1/30/2017
16.1.0 4,451 1/29/2017
16.0.19 4,986 1/26/2017
16.0.18 5,223 1/18/2017
16.0.17 61,694 1/5/2017
16.0.16 5,546 12/16/2016
16.0.15 7,314 12/3/2016
16.0.14 5,379 11/25/2016
16.0.13 25,543 11/2/2016