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

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 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
ariacom/Seal-Report
Database Reporting Tool and Tasks (.Net)
slskd/slskd
A modern client-server application for the Soulseek file sharing network.
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 95,775 3/9/2025
52.0.0 609,079 11/30/2024
51.2.0 16,209 11/30/2024
51.1.0 887,241 9/13/2024
51.0.0 412,344 8/5/2024
50.1.0 409,894 6/21/2024
50.0.1 762,849 4/16/2024
50.0.0 26,992 4/13/2024
49.0.2 1,214,101 1/27/2024
49.0.1 272,402 12/27/2023
49.0.0 20,136 12/25/2023
48.0.3 903,444 10/28/2023
48.0.2 1,680 10/28/2023
48.0.1 128,993 10/11/2023
48.0.0 205,955 9/19/2023
47.1.0 638,730 7/26/2023
47.0.0 128,610 7/14/2023
46.0.2 1,424,262 3/13/2023
46.0.1 38,347 3/9/2023
46.0.0 7,927 3/8/2023
45.2.0 108,470 2/24/2023
45.1.0 238,067 2/19/2023
45.0.4 8,387 2/17/2023
45.0.3 11,622 2/16/2023
45.0.2 3,006 2/16/2023
45.0.1 10,385 2/16/2023
45.0.0 3,203 2/16/2023
44.0.1 488,936 1/13/2023
44.0.0 2,693 1/13/2023
43.0.1 283,034 12/25/2022
43.0.0 2,627 12/25/2022
42.2.0 23,114 12/22/2022
42.1.0 275,802 12/1/2022
42.0.2 81,665 11/19/2022
42.0.1 138,254 11/7/2022
42.0.0 195,657 10/23/2022
41.0.0 173,716 10/2/2022
40.0.0 340,456 9/7/2022
40.0.0-beta5 3,855 9/4/2022
40.0.0-beta4 1,736 9/3/2022
40.0.0-beta3 1,822 9/3/2022
40.0.0-beta2 1,942 8/31/2022
40.0.0-beta1 1,788 8/29/2022
39.4.0 445,973 8/23/2022
39.3.0 147,271 8/15/2022
39.2.1 419,901 8/9/2022
39.2.0 9,700 8/9/2022
39.1.0 20,973 8/5/2022
39.0.1 101,862 8/1/2022
39.0.0 18,783 7/28/2022
38.0.0 44,714 7/23/2022
37.1.2 108,577 7/22/2022
37.1.1 55,221 7/17/2022
37.1.0 82,621 7/12/2022
37.0.6 13,856 7/11/2022
37.0.5 65,230 7/2/2022
37.0.4 53,729 6/28/2022
37.0.3 239,764 6/5/2022
37.0.2 3,925,198 2/27/2022
37.0.1 185,440 2/13/2022
37.0.0 130,845 2/6/2022
36.1.0 324,013 1/16/2022
36.0.0 37,511 1/12/2022
35.2.3 353,778 1/1/2022
35.2.2 727,874 12/12/2021
35.2.1 127,579 11/28/2021
35.2.0 273,993 11/21/2021
35.1.0 83,875 11/16/2021
35.0.5 321,813 10/3/2021
35.0.4 344,091 9/5/2021
35.0.3 2,735 9/4/2021
35.0.2 32,629 8/29/2021
35.0.1 2,648 8/29/2021
35.0.0 3,368 8/29/2021
34.0.2 328,075 7/31/2021
34.0.1 164,318 7/16/2021
34.0.0 1,028,237 5/5/2021
33.2.0 146,812 4/29/2021
33.1.8 47,039 4/27/2021
33.1.7 26,572 4/24/2021
33.1.6 123,620 4/13/2021
33.1.5 59,895 4/7/2021
33.1.4 16,594 3/31/2021
33.1.3 14,785 3/27/2021
33.1.2 5,010 3/26/2021
33.1.1 5,420 3/25/2021
33.1.0 3,903 3/25/2021
33.0.3 1,548,327 11/28/2020
33.0.2 303,158 10/22/2020
33.0.1 20,650 10/20/2020
33.0.0 83,823 10/15/2020
32.4.7 66,040 10/12/2020
32.4.6 5,417 10/9/2020
32.4.5 347,990 9/18/2020
32.4.4 279,207 8/22/2020
32.4.3 1,272,752 5/25/2020
32.4.2 2,695 5/25/2020
32.4.1 103,034 5/14/2020
32.4.0 88,371 4/25/2020
32.3.3 204,864 4/11/2020
32.3.2 26,537 4/8/2020
32.3.1 103,257 4/2/2020
32.3.0 25,929 3/27/2020
32.2.2 222,808 3/17/2020
32.2.1 39,567 3/7/2020
32.2.0 9,676 3/6/2020
32.1.1 37,297 3/5/2020
32.1.0 7,856 3/5/2020
32.0.0 3,449 3/4/2020
31.3.2 49,120 3/3/2020
31.3.1 117,981 2/21/2020
31.3.0 4,828 2/20/2020
31.2.0 34,087 2/18/2020
31.1.0 14,864 2/15/2020
31.0.0 7,962 2/13/2020
30.2.0 36,085 2/10/2020
30.1.1 3,625 2/8/2020
30.1.0 2,677 2/8/2020
30.0.0 121,459 2/1/2020
29.0.4 142,449 1/28/2020
29.0.3 49,941 1/21/2020
29.0.2 23,538 1/17/2020
29.0.1 48,565 1/11/2020
29.0.0 50,504 1/6/2020
28.0.5 208,741 12/11/2019
28.0.4 10,869 12/10/2019
28.0.3 6,410 12/7/2019
28.0.2 239,976 11/22/2019
28.0.1 190,400 10/31/2019
28.0.0 130,405 10/15/2019
27.1.4 34,527 10/8/2019
27.1.3 10,323 10/4/2019
27.1.2 195,305 9/20/2019
27.1.1 47,625 9/13/2019
27.1.0 51,721 9/9/2019
27.0.3 173,926 8/22/2019
27.0.2 75,923 8/6/2019
27.0.1 24,086 7/31/2019
27.0.0 57,487 7/24/2019
26.0.2 34,400 7/18/2019
26.0.1 13,271 7/17/2019
26.0.0 36,970 7/15/2019
25.0.6 55,478 7/11/2019
25.0.5 41,613 7/2/2019
25.0.4 61,140 6/25/2019
25.0.3 36,428 6/17/2019
25.0.2 4,622 6/17/2019
25.0.1 27,846 6/11/2019
25.0.0 14,900 6/8/2019
24.0.0 338,127 4/17/2019
23.1.0 280,436 3/5/2019
23.0.0 17,403 2/27/2019
22.0.0 6,110 2/26/2019
21.0.0 258,161 2/6/2019
20.0.0 98,320 2/4/2019
19.2.4 49,058 1/28/2019
19.2.3 46,345 1/17/2019
19.2.2 2,110,139 5/2/2018
19.2.1 4,585 5/2/2018
19.2.0 5,029 5/2/2018
19.1.4 7,773 5/2/2018
19.1.3 127,022 3/24/2018
19.1.2 727,510 11/9/2017
19.1.1 102,228 10/11/2017
19.1.0 72,466 9/29/2017
19.0.0 42,560 9/27/2017
18.0.2 164,056 8/26/2017
18.0.1 5,916 8/24/2017
18.0.0 10,890 8/11/2017
17.6.1 151,839 7/30/2017
17.6.0 9,677 7/25/2017
17.5.10 4,585 7/25/2017
17.5.9 13,654 7/18/2017
17.5.8 18,825 7/13/2017
17.5.7 4,924 7/12/2017
17.5.6 19,546 6/28/2017
17.5.5 54,977 6/27/2017
17.5.4 4,776 6/26/2017
17.5.2 9,268 6/22/2017
17.5.1 5,333 6/22/2017
17.5.0 5,645 6/17/2017
17.4.4 28,004 6/8/2017
17.4.3 4,349 6/8/2017
17.4.2 10,388 5/26/2017
17.4.1 9,513 5/24/2017
17.4.0 14,856 5/21/2017
17.3.0 4,914 5/19/2017
17.2.0 11,084 5/12/2017
17.1.0 4,495 5/11/2017
17.0.0 4,529 5/11/2017
16.5.0 7,061 5/6/2017
16.4.1 8,513 4/29/2017
16.4.0 27,306 4/9/2017
16.3.0 54,223 3/14/2017
16.2.5 6,558 3/10/2017
16.2.4 13,084 2/25/2017
16.2.3 6,474 2/22/2017
16.2.2 12,189 2/18/2017
16.2.1 54,117 2/1/2017
16.2.0 4,850 1/30/2017
16.1.0 4,623 1/29/2017
16.0.19 5,192 1/26/2017
16.0.18 5,418 1/18/2017
16.0.17 62,561 1/5/2017
16.0.16 5,775 12/16/2016
16.0.15 7,502 12/3/2016
16.0.14 5,837 11/25/2016
16.0.13 35,157 11/2/2016