FluentFTP 40.0.0-beta5

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-beta5
                    
NuGet\Install-Package FluentFTP -Version 40.0.0-beta5
                    
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-beta5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FluentFTP" Version="40.0.0-beta5" />
                    
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-beta5
                    
#r "nuget: FluentFTP, 40.0.0-beta5"
                    
#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.
#addin nuget:?package=FluentFTP&version=40.0.0-beta5&prerelease
                    
Install FluentFTP as a Cake Addin
#tool nuget:?package=FluentFTP&version=40.0.0-beta5&prerelease
                    
Install FluentFTP 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: 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. 
.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 (170)

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

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 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.)
1Remote/1Remote
One Remote Access Manager to Rule Them All
ravendb/ravendb
ACID Document Database
robinrodricks/FluentFTP
An FTP and FTPS client for .NET & .NET Standard, optimized for speed. Provides extensive FTP commands, File uploads/downloads, SSL/TLS connections, Automatic directory listing parsing, File hashing/checksums, File permissions/CHMOD, FTP proxies, FXP support, UTF-8 support, Async/await support, Powershell support and more. Written entirely in C#.
peachpiecompiler/peachpie
PeachPie - the PHP compiler and runtime for .NET and .NET Core
openbullet/OpenBullet2
OpenBullet reinvented
slskd/slskd
A modern client-server application for the Soulseek file sharing network.
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
optimajet/WorkflowEngine.NET
WorkflowEngine.NET - component that adds workflow in your application. It can be fully integrated into your application, or be in the form of a specific service (such as a web service).
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 Engine and Automation Platform
reactiveui/Camelotia
Cross-platform sample .NET GUI for cloud file management.
FubarDevelopment/FtpServer
Portable FTP server written in .NET
Version Downloads Last updated
52.1.0 208,031 3/9/2025
52.0.0 717,016 11/30/2024
51.2.0 17,449 11/30/2024
51.1.0 970,009 9/13/2024
51.0.0 439,838 8/5/2024
50.1.0 430,780 6/21/2024
50.0.1 794,081 4/16/2024
50.0.0 27,722 4/13/2024
49.0.2 1,275,939 1/27/2024
49.0.1 277,891 12/27/2023
49.0.0 20,516 12/25/2023
48.0.3 932,720 10/28/2023
48.0.2 1,823 10/28/2023
48.0.1 133,856 10/11/2023
48.0.0 210,925 9/19/2023
47.1.0 656,357 7/26/2023
47.0.0 130,186 7/14/2023
46.0.2 1,452,307 3/13/2023
46.0.1 39,610 3/9/2023
46.0.0 8,186 3/8/2023
45.2.0 109,719 2/24/2023
45.1.0 245,980 2/19/2023
45.0.4 8,554 2/17/2023
45.0.3 11,952 2/16/2023
45.0.2 3,152 2/16/2023
45.0.1 10,747 2/16/2023
45.0.0 3,503 2/16/2023
44.0.1 499,036 1/13/2023
44.0.0 2,844 1/13/2023
43.0.1 296,812 12/25/2022
43.0.0 2,782 12/25/2022
42.2.0 23,695 12/22/2022
42.1.0 280,263 12/1/2022
42.0.2 83,717 11/19/2022
42.0.1 146,142 11/7/2022
42.0.0 198,269 10/23/2022
41.0.0 175,942 10/2/2022
40.0.0 344,736 9/7/2022
40.0.0-beta5 3,863 9/4/2022
40.0.0-beta4 1,743 9/3/2022
40.0.0-beta3 1,829 9/3/2022
40.0.0-beta2 1,952 8/31/2022
40.0.0-beta1 1,795 8/29/2022
39.4.0 460,285 8/23/2022
39.3.0 148,000 8/15/2022
39.2.1 420,487 8/9/2022
39.2.0 9,790 8/9/2022
39.1.0 21,211 8/5/2022
39.0.1 103,268 8/1/2022
39.0.0 19,166 7/28/2022
38.0.0 45,515 7/23/2022
37.1.2 112,102 7/22/2022
37.1.1 56,629 7/17/2022
37.1.0 83,939 7/12/2022
37.0.6 14,172 7/11/2022
37.0.5 66,263 7/2/2022
37.0.4 54,388 6/28/2022
37.0.3 242,002 6/5/2022
37.0.2 4,030,324 2/27/2022
37.0.1 186,573 2/13/2022
37.0.0 134,913 2/6/2022
36.1.0 327,142 1/16/2022
36.0.0 38,237 1/12/2022
35.2.3 363,711 1/1/2022
35.2.2 733,658 12/12/2021
35.2.1 128,822 11/28/2021
35.2.0 274,201 11/21/2021
35.1.0 84,066 11/16/2021
35.0.5 327,342 10/3/2021
35.0.4 352,038 9/5/2021
35.0.3 2,767 9/4/2021
35.0.2 32,901 8/29/2021
35.0.1 2,679 8/29/2021
35.0.0 3,489 8/29/2021
34.0.2 333,146 7/31/2021
34.0.1 166,801 7/16/2021
34.0.0 1,043,134 5/5/2021
33.2.0 147,152 4/29/2021
33.1.8 48,258 4/27/2021
33.1.7 27,203 4/24/2021
33.1.6 125,300 4/13/2021
33.1.5 60,023 4/7/2021
33.1.4 16,632 3/31/2021
33.1.3 14,892 3/27/2021
33.1.2 5,042 3/26/2021
33.1.1 5,454 3/25/2021
33.1.0 3,928 3/25/2021
33.0.3 1,563,339 11/28/2020
33.0.2 305,167 10/22/2020
33.0.1 20,782 10/20/2020
33.0.0 84,434 10/15/2020
32.4.7 66,509 10/12/2020
32.4.6 5,440 10/9/2020
32.4.5 351,018 9/18/2020
32.4.4 282,820 8/22/2020
32.4.3 1,282,436 5/25/2020
32.4.2 2,717 5/25/2020
32.4.1 103,683 5/14/2020
32.4.0 89,199 4/25/2020
32.3.3 209,479 4/11/2020
32.3.2 26,659 4/8/2020
32.3.1 103,695 4/2/2020
32.3.0 26,016 3/27/2020
32.2.2 224,974 3/17/2020
32.2.1 39,768 3/7/2020
32.2.0 9,842 3/6/2020
32.1.1 37,908 3/5/2020
32.1.0 7,877 3/5/2020
32.0.0 3,507 3/4/2020
31.3.2 50,791 3/3/2020
31.3.1 119,138 2/21/2020
31.3.0 4,861 2/20/2020
31.2.0 34,188 2/18/2020
31.1.0 14,959 2/15/2020
31.0.0 8,026 2/13/2020
30.2.0 36,870 2/10/2020
30.1.1 3,762 2/8/2020
30.1.0 2,696 2/8/2020
30.0.0 121,984 2/1/2020
29.0.4 142,688 1/28/2020
29.0.3 50,300 1/21/2020
29.0.2 23,982 1/17/2020
29.0.1 48,747 1/11/2020
29.0.0 50,916 1/6/2020
28.0.5 210,396 12/11/2019
28.0.4 11,117 12/10/2019
28.0.3 6,444 12/7/2019
28.0.2 247,016 11/22/2019
28.0.1 191,321 10/31/2019
28.0.0 131,137 10/15/2019
27.1.4 34,988 10/8/2019
27.1.3 10,346 10/4/2019
27.1.2 196,763 9/20/2019
27.1.1 47,795 9/13/2019
27.1.0 51,865 9/9/2019
27.0.3 175,438 8/22/2019
27.0.2 76,321 8/6/2019
27.0.1 24,168 7/31/2019
27.0.0 57,694 7/24/2019
26.0.2 34,723 7/18/2019
26.0.1 13,329 7/17/2019
26.0.0 37,580 7/15/2019
25.0.6 55,683 7/11/2019
25.0.5 41,700 7/2/2019
25.0.4 61,775 6/25/2019
25.0.3 36,786 6/17/2019
25.0.2 4,647 6/17/2019
25.0.1 27,934 6/11/2019
25.0.0 15,180 6/8/2019
24.0.0 339,862 4/17/2019
23.1.0 283,474 3/5/2019
23.0.0 17,498 2/27/2019
22.0.0 6,131 2/26/2019
21.0.0 260,706 2/6/2019
20.0.0 98,650 2/4/2019
19.2.4 51,298 1/28/2019
19.2.3 46,711 1/17/2019
19.2.2 2,126,361 5/2/2018
19.2.1 4,639 5/2/2018
19.2.0 5,077 5/2/2018
19.1.4 7,977 5/2/2018
19.1.3 127,745 3/24/2018
19.1.2 733,943 11/9/2017
19.1.1 103,048 10/11/2017
19.1.0 73,697 9/29/2017
19.0.0 42,790 9/27/2017
18.0.2 164,800 8/26/2017
18.0.1 5,960 8/24/2017
18.0.0 11,016 8/11/2017
17.6.1 154,046 7/30/2017
17.6.0 9,771 7/25/2017
17.5.10 4,628 7/25/2017
17.5.9 13,700 7/18/2017
17.5.8 19,533 7/13/2017
17.5.7 4,968 7/12/2017
17.5.6 19,642 6/28/2017
17.5.5 55,798 6/27/2017
17.5.4 4,820 6/26/2017
17.5.2 9,313 6/22/2017
17.5.1 5,399 6/22/2017
17.5.0 5,690 6/17/2017
17.4.4 28,094 6/8/2017
17.4.3 4,403 6/8/2017
17.4.2 10,531 5/26/2017
17.4.1 9,622 5/24/2017
17.4.0 14,899 5/21/2017
17.3.0 5,048 5/19/2017
17.2.0 11,141 5/12/2017
17.1.0 4,538 5/11/2017
17.0.0 4,574 5/11/2017
16.5.0 7,129 5/6/2017
16.4.1 8,576 4/29/2017
16.4.0 27,475 4/9/2017
16.3.0 55,000 3/14/2017
16.2.5 6,627 3/10/2017
16.2.4 13,143 2/25/2017
16.2.3 6,522 2/22/2017
16.2.2 12,241 2/18/2017
16.2.1 54,289 2/1/2017
16.2.0 4,897 1/30/2017
16.1.0 4,667 1/29/2017
16.0.19 5,248 1/26/2017
16.0.18 5,462 1/18/2017
16.0.17 62,661 1/5/2017
16.0.16 5,824 12/16/2016
16.0.15 7,563 12/3/2016
16.0.14 5,959 11/25/2016
16.0.13 36,255 11/2/2016