FluentFTP 40.0.0-beta1

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 (156)

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

Microsoft.Azure.Workflows.WebJobs.Extension

Extensions for running workflows in Azure Functions

FluentFTP.Logging

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

GitHub repositories (36)

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
51.1.0 27,180 9/13/2024
51.0.0 141,965 8/5/2024
50.1.0 203,342 6/21/2024
50.0.1 471,878 4/16/2024
50.0.0 19,144 4/13/2024
49.0.2 706,041 1/27/2024
49.0.1 225,452 12/27/2023
49.0.0 18,488 12/25/2023
48.0.3 646,912 10/28/2023
48.0.2 1,339 10/28/2023
48.0.1 94,421 10/11/2023
48.0.0 167,547 9/19/2023
47.1.0 511,119 7/26/2023
47.0.0 114,448 7/14/2023
46.0.2 1,183,497 3/13/2023
46.0.1 31,975 3/9/2023
46.0.0 6,350 3/8/2023
45.2.0 98,629 2/24/2023
45.1.0 178,002 2/19/2023
45.0.4 7,966 2/17/2023
45.0.3 10,044 2/16/2023
45.0.2 2,612 2/16/2023
45.0.1 8,977 2/16/2023
45.0.0 2,287 2/16/2023
44.0.1 415,987 1/13/2023
44.0.0 2,351 1/13/2023
43.0.1 202,535 12/25/2022
43.0.0 2,259 12/25/2022
42.2.0 18,263 12/22/2022
42.1.0 236,957 12/1/2022
42.0.2 65,888 11/19/2022
42.0.1 107,577 11/7/2022
42.0.0 174,784 10/23/2022
41.0.0 161,696 10/2/2022
40.0.0 296,545 9/7/2022
40.0.0-beta5 3,801 9/4/2022
40.0.0-beta4 1,697 9/3/2022
40.0.0-beta3 1,768 9/3/2022
40.0.0-beta2 1,885 8/31/2022
40.0.0-beta1 1,750 8/29/2022
39.4.0 354,353 8/23/2022
39.3.0 137,360 8/15/2022
39.2.1 380,421 8/9/2022
39.2.0 8,302 8/9/2022
39.1.0 18,554 8/5/2022
39.0.1 92,081 8/1/2022
39.0.0 16,086 7/28/2022
38.0.0 37,822 7/23/2022
37.1.2 86,381 7/22/2022
37.1.1 46,430 7/17/2022
37.1.0 71,734 7/12/2022
37.0.6 10,738 7/11/2022
37.0.5 60,476 7/2/2022
37.0.4 48,686 6/28/2022
37.0.3 221,297 6/5/2022
37.0.2 3,248,816 2/27/2022
37.0.1 175,278 2/13/2022
37.0.0 100,452 2/6/2022
36.1.0 296,102 1/16/2022
36.0.0 33,055 1/12/2022
35.2.3 283,440 1/1/2022
35.2.2 683,712 12/12/2021
35.2.1 114,477 11/28/2021
35.2.0 256,415 11/21/2021
35.1.0 80,310 11/16/2021
35.0.5 285,807 10/3/2021
35.0.4 280,400 9/5/2021
35.0.3 2,627 9/4/2021
35.0.2 30,844 8/29/2021
35.0.1 2,525 8/29/2021
35.0.0 2,678 8/29/2021
34.0.2 286,061 7/31/2021
34.0.1 149,271 7/16/2021
34.0.0 911,987 5/5/2021
33.2.0 144,078 4/29/2021
33.1.8 40,407 4/27/2021
33.1.7 22,983 4/24/2021
33.1.6 114,315 4/13/2021
33.1.5 58,792 4/7/2021
33.1.4 16,072 3/31/2021
33.1.3 14,155 3/27/2021
33.1.2 4,785 3/26/2021
33.1.1 5,297 3/25/2021
33.1.0 3,805 3/25/2021
33.0.3 1,436,060 11/28/2020
33.0.2 286,905 10/22/2020
33.0.1 19,509 10/20/2020
33.0.0 78,280 10/15/2020
32.4.7 62,629 10/12/2020
32.4.6 5,304 10/9/2020
32.4.5 327,368 9/18/2020
32.4.4 254,212 8/22/2020
32.4.3 1,196,669 5/25/2020
32.4.2 2,584 5/25/2020
32.4.1 98,741 5/14/2020
32.4.0 81,009 4/25/2020
32.3.3 175,315 4/11/2020
32.3.2 25,117 4/8/2020
32.3.1 99,116 4/2/2020
32.3.0 25,405 3/27/2020
32.2.2 207,119 3/17/2020
32.2.1 37,453 3/7/2020
32.2.0 8,798 3/6/2020
32.1.1 31,441 3/5/2020
32.1.0 7,774 3/5/2020
32.0.0 3,234 3/4/2020
31.3.2 41,726 3/3/2020
31.3.1 104,837 2/21/2020
31.3.0 4,697 2/20/2020
31.2.0 33,479 2/18/2020
31.1.0 14,022 2/15/2020
31.0.0 7,543 2/13/2020
30.2.0 33,457 2/10/2020
30.1.1 3,539 2/8/2020
30.1.0 2,594 2/8/2020
30.0.0 117,610 2/1/2020
29.0.4 140,363 1/28/2020
29.0.3 48,129 1/21/2020
29.0.2 18,334 1/17/2020
29.0.1 47,025 1/11/2020
29.0.0 46,655 1/6/2020
28.0.5 196,940 12/11/2019
28.0.4 9,188 12/10/2019
28.0.3 6,125 12/7/2019
28.0.2 192,243 11/22/2019
28.0.1 182,193 10/31/2019
28.0.0 124,342 10/15/2019
27.1.4 31,445 10/8/2019
27.1.3 10,141 10/4/2019
27.1.2 181,777 9/20/2019
27.1.1 46,335 9/13/2019
27.1.0 50,414 9/9/2019
27.0.3 165,788 8/22/2019
27.0.2 72,453 8/6/2019
27.0.1 23,450 7/31/2019
27.0.0 53,834 7/24/2019
26.0.2 31,389 7/18/2019
26.0.1 12,502 7/17/2019
26.0.0 31,879 7/15/2019
25.0.6 52,874 7/11/2019
25.0.5 40,914 7/2/2019
25.0.4 54,753 6/25/2019
25.0.3 32,234 6/17/2019
25.0.2 4,468 6/17/2019
25.0.1 26,969 6/11/2019
25.0.0 12,632 6/8/2019
24.0.0 322,787 4/17/2019
23.1.0 258,567 3/5/2019
23.0.0 15,925 2/27/2019
22.0.0 5,776 2/26/2019
21.0.0 242,649 2/6/2019
20.0.0 96,871 2/4/2019
19.2.4 40,711 1/28/2019
19.2.3 43,313 1/17/2019
19.2.2 1,988,536 5/2/2018
19.2.1 4,406 5/2/2018
19.2.0 4,855 5/2/2018
19.1.4 6,313 5/2/2018
19.1.3 120,910 3/24/2018
19.1.2 701,298 11/9/2017
19.1.1 93,787 10/11/2017
19.1.0 66,211 9/29/2017
19.0.0 40,313 9/27/2017
18.0.2 158,748 8/26/2017
18.0.1 5,691 8/24/2017
18.0.0 9,964 8/11/2017
17.6.1 133,642 7/30/2017
17.6.0 9,450 7/25/2017
17.5.10 4,394 7/25/2017
17.5.9 13,421 7/18/2017
17.5.8 14,518 7/13/2017
17.5.7 4,751 7/12/2017
17.5.6 18,818 6/28/2017
17.5.5 49,353 6/27/2017
17.5.4 4,575 6/26/2017
17.5.2 8,807 6/22/2017
17.5.1 4,882 6/22/2017
17.5.0 5,464 6/17/2017
17.4.4 27,167 6/8/2017
17.4.3 4,168 6/8/2017
17.4.2 9,572 5/26/2017
17.4.1 8,754 5/24/2017
17.4.0 14,668 5/21/2017
17.3.0 4,569 5/19/2017
17.2.0 10,651 5/12/2017
17.1.0 4,321 5/11/2017
17.0.0 4,320 5/11/2017
16.5.0 6,713 5/6/2017
16.4.1 7,900 4/29/2017
16.4.0 26,281 4/9/2017
16.3.0 47,918 3/14/2017
16.2.5 6,144 3/10/2017
16.2.4 12,829 2/25/2017
16.2.3 6,263 2/22/2017
16.2.2 11,957 2/18/2017
16.2.1 51,309 2/1/2017
16.2.0 4,665 1/30/2017
16.1.0 4,439 1/29/2017
16.0.19 4,960 1/26/2017
16.0.18 5,217 1/18/2017
16.0.17 61,452 1/5/2017
16.0.16 5,483 12/16/2016
16.0.15 7,301 12/3/2016
16.0.14 5,297 11/25/2016
16.0.13 23,782 11/2/2016