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.
<PackageVersion Include="FluentFTP" Version="40.0.0-beta2" />
                    
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-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.
#addin nuget:?package=FluentFTP&version=40.0.0-beta2&prerelease
                    
Install FluentFTP as a Cake Addin
#tool nuget:?package=FluentFTP&version=40.0.0-beta2&prerelease
                    
Install FluentFTP as a Cake Tool
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.  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 (171)

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
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 143,110 2 months ago
52.0.0 659,254 5 months ago
51.2.0 16,727 5 months ago
51.1.0 924,255 7 months ago
51.0.0 425,167 9 months ago
50.1.0 419,233 6/21/2024
50.0.1 777,792 4/16/2024
50.0.0 27,358 4/13/2024
49.0.2 1,240,503 1/27/2024
49.0.1 274,965 12/27/2023
49.0.0 20,355 12/25/2023
48.0.3 915,880 10/28/2023
48.0.2 1,752 10/28/2023
48.0.1 131,210 10/11/2023
48.0.0 208,117 9/19/2023
47.1.0 646,056 7/26/2023
47.0.0 129,323 7/14/2023
46.0.2 1,437,342 3/13/2023
46.0.1 38,942 3/9/2023
46.0.0 8,062 3/8/2023
45.2.0 109,027 2/24/2023
45.1.0 241,530 2/19/2023
45.0.4 8,468 2/17/2023
45.0.3 11,797 2/16/2023
45.0.2 3,077 2/16/2023
45.0.1 10,551 2/16/2023
45.0.0 3,359 2/16/2023
44.0.1 493,093 1/13/2023
44.0.0 2,771 1/13/2023
43.0.1 289,867 12/25/2022
43.0.0 2,707 12/25/2022
42.2.0 23,393 12/22/2022
42.1.0 278,056 12/1/2022
42.0.2 82,552 11/19/2022
42.0.1 141,967 11/7/2022
42.0.0 196,888 10/23/2022
41.0.0 174,634 10/2/2022
40.0.0 342,355 9/7/2022
40.0.0-beta5 3,858 9/4/2022
40.0.0-beta4 1,739 9/3/2022
40.0.0-beta3 1,825 9/3/2022
40.0.0-beta2 1,946 8/31/2022
40.0.0-beta1 1,791 8/29/2022
39.4.0 452,213 8/23/2022
39.3.0 147,702 8/15/2022
39.2.1 420,233 8/9/2022
39.2.0 9,748 8/9/2022
39.1.0 21,096 8/5/2022
39.0.1 102,546 8/1/2022
39.0.0 19,015 7/28/2022
38.0.0 45,107 7/23/2022
37.1.2 110,299 7/22/2022
37.1.1 55,921 7/17/2022
37.1.0 83,301 7/12/2022
37.0.6 14,002 7/11/2022
37.0.5 65,659 7/2/2022
37.0.4 54,080 6/28/2022
37.0.3 240,849 6/5/2022
37.0.2 3,968,794 2/27/2022
37.0.1 186,001 2/13/2022
37.0.0 132,478 2/6/2022
36.1.0 325,441 1/16/2022
36.0.0 37,859 1/12/2022
35.2.3 357,694 1/1/2022
35.2.2 730,585 12/12/2021
35.2.1 128,171 11/28/2021
35.2.0 274,134 11/21/2021
35.1.0 83,963 11/16/2021
35.0.5 324,359 10/3/2021
35.0.4 348,294 9/5/2021
35.0.3 2,750 9/4/2021
35.0.2 32,746 8/29/2021
35.0.1 2,659 8/29/2021
35.0.0 3,422 8/29/2021
34.0.2 330,440 7/31/2021
34.0.1 165,489 7/16/2021
34.0.0 1,035,334 5/5/2021
33.2.0 147,009 4/29/2021
33.1.8 47,457 4/27/2021
33.1.7 26,922 4/24/2021
33.1.6 124,496 4/13/2021
33.1.5 59,946 4/7/2021
33.1.4 16,609 3/31/2021
33.1.3 14,838 3/27/2021
33.1.2 5,021 3/26/2021
33.1.1 5,426 3/25/2021
33.1.0 3,912 3/25/2021
33.0.3 1,555,104 11/28/2020
33.0.2 304,110 10/22/2020
33.0.1 20,724 10/20/2020
33.0.0 84,089 10/15/2020
32.4.7 66,210 10/12/2020
32.4.6 5,421 10/9/2020
32.4.5 349,292 9/18/2020
32.4.4 280,794 8/22/2020
32.4.3 1,276,822 5/25/2020
32.4.2 2,699 5/25/2020
32.4.1 103,335 5/14/2020
32.4.0 88,736 4/25/2020
32.3.3 207,106 4/11/2020
32.3.2 26,609 4/8/2020
32.3.1 103,466 4/2/2020
32.3.0 25,981 3/27/2020
32.2.2 223,775 3/17/2020
32.2.1 39,670 3/7/2020
32.2.0 9,772 3/6/2020
32.1.1 37,561 3/5/2020
32.1.0 7,862 3/5/2020
32.0.0 3,490 3/4/2020
31.3.2 50,165 3/3/2020
31.3.1 118,463 2/21/2020
31.3.0 4,835 2/20/2020
31.2.0 34,134 2/18/2020
31.1.0 14,927 2/15/2020
31.0.0 8,000 2/13/2020
30.2.0 36,357 2/10/2020
30.1.1 3,631 2/8/2020
30.1.0 2,683 2/8/2020
30.0.0 121,668 2/1/2020
29.0.4 142,532 1/28/2020
29.0.3 50,114 1/21/2020
29.0.2 23,765 1/17/2020
29.0.1 48,659 1/11/2020
29.0.0 50,739 1/6/2020
28.0.5 209,531 12/11/2019
28.0.4 10,967 12/10/2019
28.0.3 6,417 12/7/2019
28.0.2 243,113 11/22/2019
28.0.1 190,848 10/31/2019
28.0.0 130,739 10/15/2019
27.1.4 34,741 10/8/2019
27.1.3 10,333 10/4/2019
27.1.2 196,033 9/20/2019
27.1.1 47,704 9/13/2019
27.1.0 51,785 9/9/2019
27.0.3 174,667 8/22/2019
27.0.2 76,099 8/6/2019
27.0.1 24,120 7/31/2019
27.0.0 57,567 7/24/2019
26.0.2 34,557 7/18/2019
26.0.1 13,302 7/17/2019
26.0.0 37,245 7/15/2019
25.0.6 55,561 7/11/2019
25.0.5 41,661 7/2/2019
25.0.4 61,450 6/25/2019
25.0.3 36,612 6/17/2019
25.0.2 4,634 6/17/2019
25.0.1 27,895 6/11/2019
25.0.0 15,040 6/8/2019
24.0.0 338,984 4/17/2019
23.1.0 281,790 3/5/2019
23.0.0 17,430 2/27/2019
22.0.0 6,119 2/26/2019
21.0.0 259,323 2/6/2019
20.0.0 98,530 2/4/2019
19.2.4 49,659 1/28/2019
19.2.3 46,521 1/17/2019
19.2.2 2,117,592 5/2/2018
19.2.1 4,612 5/2/2018
19.2.0 5,052 5/2/2018
19.1.4 7,872 5/2/2018
19.1.3 127,359 3/24/2018
19.1.2 729,986 11/9/2017
19.1.1 102,665 10/11/2017
19.1.0 73,032 9/29/2017
19.0.0 42,655 9/27/2017
18.0.2 164,367 8/26/2017
18.0.1 5,939 8/24/2017
18.0.0 10,952 8/11/2017
17.6.1 152,911 7/30/2017
17.6.0 9,706 7/25/2017
17.5.10 4,608 7/25/2017
17.5.9 13,679 7/18/2017
17.5.8 19,234 7/13/2017
17.5.7 4,947 7/12/2017
17.5.6 19,596 6/28/2017
17.5.5 55,428 6/27/2017
17.5.4 4,799 6/26/2017
17.5.2 9,291 6/22/2017
17.5.1 5,368 6/22/2017
17.5.0 5,669 6/17/2017
17.4.4 28,055 6/8/2017
17.4.3 4,372 6/8/2017
17.4.2 10,454 5/26/2017
17.4.1 9,566 5/24/2017
17.4.0 14,879 5/21/2017
17.3.0 4,991 5/19/2017
17.2.0 11,114 5/12/2017
17.1.0 4,518 5/11/2017
17.0.0 4,554 5/11/2017
16.5.0 7,099 5/6/2017
16.4.1 8,545 4/29/2017
16.4.0 27,382 4/9/2017
16.3.0 54,433 3/14/2017
16.2.5 6,603 3/10/2017
16.2.4 13,116 2/25/2017
16.2.3 6,497 2/22/2017
16.2.2 12,217 2/18/2017
16.2.1 54,187 2/1/2017
16.2.0 4,875 1/30/2017
16.1.0 4,647 1/29/2017
16.0.19 5,217 1/26/2017
16.0.18 5,441 1/18/2017
16.0.17 62,595 1/5/2017
16.0.16 5,800 12/16/2016
16.0.15 7,541 12/3/2016
16.0.14 5,902 11/25/2016
16.0.13 35,673 11/2/2016