FluentFTP 40.0.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package FluentFTP --version 40.0.0
                    
NuGet\Install-Package FluentFTP -Version 40.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="FluentFTP" Version="40.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FluentFTP" Version="40.0.0" />
                    
Directory.Packages.props
<PackageReference Include="FluentFTP" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FluentFTP --version 40.0.0
                    
#r "nuget: FluentFTP, 40.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.
#:package FluentFTP@40.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FluentFTP&version=40.0.0
                    
Install as a Cake Addin
#tool nuget:?package=FluentFTP&version=40.0.0
                    
Install as a Cake Tool
40.0.0
  • Please read the Migration Guide for help migrating to the new version!
  • Special thanks to Robin Rodricks, Michael Stiemke and Jonas Nyrup for this release!
  • Constructor API
    • New: 4 new FTP client constructors that accept FTP host, credentials, config and logger
    • Remove extraneous 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
    • Renamed: Logging settings: LogIP renamed to LogHost
    • Remove logging setting LogFunctions as it is always enabled
  • 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
    • Fix: Properly override HandshakeAsync in async FTP proxies
  • 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
    • Code style standardization and use new C# language constructs
    • Add styling rules to .editorconfig to prevent using IDE defaults
  • 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, PlainTextEncryption
    • Remove uncommon feature FtpListOption.DerefLinks
    • Remove obsolete hashing commands GetHashAlgorithm, SetHashAlgorithm, GetHash, etc
    • Remove obsolete async pattern using IAsyncResult
    • Fix: Forward cancellation token in UploadDirectory and Proxy HandshakeAsync
    • Fix: Parity in sync/async implementations of Authenticate
    • Fix: Improve masking out support for removing sensitive usernames from FTP logs
    • Fix: Change all public fields to properties in classes: FtpListParser, FtpClientState, FtpFxpSession, FtpFxpSessionAsync, FtpListItem, FtpProfile, FtpResult
    • Fix: Change all public fields to properties in rules: FtpFileExtensionRule, FtpFileNameRegexRule, FtpFileNameRule, FtpFolderNameRegexRule, FtpFolderNameRule, FtpSizeRule
  • 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 (181)

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.

FluentFTP.Logging

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

HIC.RDMP.Plugin

Core package for plugin development

mmx.utils

Package Description

GitHub repositories (39)

Showing the top 20 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 application that enables users to capture or record any area of their screen with a single keystroke. It also supports uploading images, text, and various file types to a wide range of destinations.
duplicati/duplicati
Store securely encrypted backups in the cloud!
PhilippC/keepass2android
Password manager app for Android
1Remote/1Remote
One Remote Access Manager to Rule Them All
win-acme/win-acme
Automate SSL/TLS certificates on Windows with ease
ravendb/ravendb
ACID Document Database
slskd/slskd
A modern client-server application for the Soulseek file sharing network.
peachpiecompiler/peachpie
PeachPie - the PHP compiler and runtime for .NET and .NET Core
openbullet/OpenBullet2
OpenBullet reinvented
ariacom/Seal-Report
Database Reporting Tool and Tasks (.Net)
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
KoalaBear84/OpenDirectoryDownloader
Indexes open directories
fiddyschmitt/File-Tunnel
Tunnel TCP connections through a file
wabbajack-tools/wabbajack
An automated Modlist installer for various games.
zhuxb711/RX-Explorer
一款优雅的UWP文件管理器 | An elegant UWP Explorer
paillave/Etl.Net
Mass processing data with a complete ETL for .net developers
aelassas/wexflow
Workflow Automation Engine
reactiveui/Camelotia
Cross-platform sample .NET GUI for cloud file management.
SnapXL/SnapX
SnapX is a free, open-source, cross-platform tool that lets you capture or record any area of your screen and instantly share it with a single keypress. Upload images, videos, text, and more to multiple supported destinations—all with ease. ShareX fork
Version Downloads Last Updated
53.0.2 471,640 10/3/2025
53.0.1 727,414 7/17/2025
53.0.0 4,411 7/17/2025
52.1.0 1,410,484 3/9/2025
52.0.0 1,446,368 11/30/2024
51.2.0 31,733 11/30/2024
51.1.0 1,591,131 9/13/2024
51.0.0 671,192 8/5/2024
50.1.0 663,227 6/21/2024
50.0.1 1,042,639 4/16/2024
50.0.0 34,207 4/13/2024
49.0.2 1,727,858 1/27/2024
49.0.1 322,576 12/27/2023
49.0.0 23,527 12/25/2023
48.0.3 1,244,741 10/28/2023
48.0.2 3,254 10/28/2023
48.0.1 199,199 10/11/2023
48.0.0 252,636 9/19/2023
47.1.0 848,639 7/26/2023
47.0.0 140,439 7/14/2023
46.0.2 1,729,522 3/13/2023
46.0.1 51,953 3/9/2023
46.0.0 10,390 3/8/2023
45.2.0 119,160 2/24/2023
45.1.0 321,356 2/19/2023
45.0.4 9,815 2/17/2023
45.0.3 14,474 2/16/2023
45.0.2 4,356 2/16/2023
45.0.1 12,826 2/16/2023
45.0.0 6,318 2/16/2023
44.0.1 597,194 1/13/2023
44.0.0 4,071 1/13/2023
43.0.1 421,069 12/25/2022
43.0.0 4,191 12/25/2022
42.2.0 30,155 12/22/2022
42.1.0 320,557 12/1/2022
42.0.2 96,522 11/19/2022
42.0.1 244,444 11/7/2022
42.0.0 223,164 10/23/2022
41.0.0 192,093 10/2/2022
40.0.0 386,316 9/7/2022
40.0.0-beta5 4,047 9/4/2022
40.0.0-beta4 1,900 9/3/2022
40.0.0-beta3 2,011 9/3/2022
40.0.0-beta2 2,115 8/31/2022
40.0.0-beta1 1,971 8/29/2022
39.4.0 597,459 8/23/2022
39.3.0 154,448 8/15/2022
39.2.1 426,285 8/9/2022
39.2.0 10,786 8/9/2022
39.1.0 23,934 8/5/2022
39.0.1 120,005 8/1/2022
39.0.0 25,189 7/28/2022
38.0.0 53,624 7/23/2022
37.1.2 143,129 7/22/2022
37.1.1 69,519 7/17/2022
37.1.0 92,294 7/12/2022
37.0.6 16,776 7/11/2022
37.0.5 74,210 7/2/2022
37.0.4 60,679 6/28/2022
37.0.3 258,638 6/5/2022
37.0.2 5,239,876 2/27/2022
37.0.1 196,869 2/13/2022
37.0.0 172,747 2/6/2022
36.1.0 356,122 1/16/2022
36.0.0 44,461 1/12/2022
35.2.3 446,490 1/1/2022
35.2.2 792,223 12/12/2021
35.2.1 140,677 11/28/2021
35.2.0 278,288 11/21/2021
35.1.0 86,664 11/16/2021
35.0.5 410,181 10/3/2021
35.0.4 434,057 9/5/2021
35.0.3 3,630 9/4/2021
35.0.2 35,371 8/29/2021
35.0.1 3,520 8/29/2021
35.0.0 5,758 8/29/2021
34.0.2 382,756 7/31/2021
34.0.1 189,035 7/16/2021
34.0.0 1,206,560 5/5/2021
33.2.0 149,625 4/29/2021
33.1.8 53,787 4/27/2021
33.1.7 29,719 4/24/2021
33.1.6 140,181 4/13/2021
33.1.5 64,193 4/7/2021
33.1.4 17,626 3/31/2021
33.1.3 16,048 3/27/2021
33.1.2 5,971 3/26/2021
33.1.1 6,305 3/25/2021
33.1.0 4,789 3/25/2021
33.0.3 1,737,685 11/28/2020
33.0.2 331,834 10/22/2020
33.0.1 22,144 10/20/2020
33.0.0 94,470 10/15/2020
32.4.7 73,527 10/12/2020
32.4.6 6,398 10/9/2020
32.4.5 380,351 9/18/2020
32.4.4 311,482 8/22/2020
32.4.3 1,374,883 5/25/2020
32.4.2 3,639 5/25/2020
32.4.1 109,655 5/14/2020
32.4.0 99,338 4/25/2020
32.3.3 234,173 4/11/2020
32.3.2 27,770 4/8/2020
32.3.1 111,531 4/2/2020
32.3.0 27,084 3/27/2020
32.2.2 240,368 3/17/2020
32.2.1 41,998 3/7/2020
32.2.0 11,987 3/6/2020
32.1.1 49,509 3/5/2020
32.1.0 8,721 3/5/2020
32.0.0 4,433 3/4/2020
31.3.2 62,174 3/3/2020
31.3.1 131,841 2/21/2020
31.3.0 5,728 2/20/2020
31.2.0 35,700 2/18/2020
31.1.0 16,957 2/15/2020
31.0.0 9,241 2/13/2020
30.2.0 41,132 2/10/2020
30.1.1 4,699 2/8/2020
30.1.0 3,505 2/8/2020
30.0.0 127,048 2/1/2020
29.0.4 144,845 1/28/2020
29.0.3 54,795 1/21/2020
29.0.2 28,224 1/17/2020
29.0.1 50,661 1/11/2020
29.0.0 53,931 1/6/2020
28.0.5 225,233 12/11/2019
28.0.4 14,344 12/10/2019
28.0.3 7,496 12/7/2019
28.0.2 357,180 11/22/2019
28.0.1 200,378 10/31/2019
28.0.0 139,975 10/15/2019
27.1.4 40,211 10/8/2019
27.1.3 11,284 10/4/2019
27.1.2 207,882 9/20/2019
27.1.1 49,608 9/13/2019
27.1.0 54,073 9/9/2019
27.0.3 191,126 8/22/2019
27.0.2 80,638 8/6/2019
27.0.1 25,961 7/31/2019
27.0.0 60,181 7/24/2019
26.0.2 37,602 7/18/2019
26.0.1 14,798 7/17/2019
26.0.0 41,197 7/15/2019
25.0.6 57,964 7/11/2019
25.0.5 43,172 7/2/2019
25.0.4 70,313 6/25/2019
25.0.3 40,007 6/17/2019
25.0.2 5,447 6/17/2019
25.0.1 29,952 6/11/2019
25.0.0 17,179 6/8/2019
24.0.0 358,075 4/17/2019
23.1.0 309,810 3/5/2019
23.0.0 19,105 2/27/2019
22.0.0 7,178 2/26/2019
21.0.0 282,759 2/6/2019
20.0.0 100,963 2/4/2019
19.2.4 65,219 1/28/2019
19.2.3 50,618 1/17/2019
19.2.2 2,257,138 5/2/2018
19.2.1 5,693 5/2/2018
19.2.0 6,091 5/2/2018
19.1.4 10,228 5/2/2018
19.1.3 132,820 3/24/2018
19.1.2 778,334 11/9/2017
19.1.1 110,701 10/11/2017
19.1.0 79,727 9/29/2017
19.0.0 47,825 9/27/2017
18.0.2 174,099 8/26/2017
18.0.1 7,005 8/24/2017
18.0.0 12,975 8/11/2017
17.6.1 169,067 7/30/2017
17.6.0 11,223 7/25/2017
17.5.10 5,655 7/25/2017
17.5.9 14,779 7/18/2017
17.5.8 29,024 7/13/2017
17.5.7 5,985 7/12/2017
17.5.6 21,070 6/28/2017
17.5.5 58,390 6/27/2017
17.5.4 6,007 6/26/2017
17.5.2 10,341 6/22/2017
17.5.1 6,954 6/22/2017
17.5.0 6,700 6/17/2017
17.4.4 29,189 6/8/2017
17.4.3 5,406 6/8/2017
17.4.2 11,869 5/26/2017
17.4.1 11,256 5/24/2017
17.4.0 15,929 5/21/2017
17.3.0 6,680 5/19/2017
17.2.0 12,200 5/12/2017
17.1.0 5,527 5/11/2017
17.0.0 5,617 5/11/2017
16.5.0 8,260 5/6/2017
16.4.1 9,681 4/29/2017
16.4.0 29,275 4/9/2017
16.3.0 71,611 3/14/2017
16.2.5 7,776 3/10/2017
16.2.4 14,419 2/25/2017
16.2.3 7,610 2/22/2017
16.2.2 13,338 2/18/2017
16.2.1 55,980 2/1/2017
16.2.0 5,998 1/30/2017
16.1.0 5,688 1/29/2017
16.0.19 6,282 1/26/2017
16.0.18 6,466 1/18/2017
16.0.17 64,321 1/5/2017
16.0.16 6,872 12/16/2016
16.0.15 8,618 12/3/2016
16.0.14 7,103 11/25/2016
16.0.13 47,408 11/2/2016