Info
Version: | 51.1.0 |
Author(s): | Robin Rodricks, FluentFTP Contributors |
Last Update: | Friday, September 13, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/robinrodricks/FluentFTP |
NuGet Url: | https://www.nuget.org/packages/FluentFTP |
Install
Install-Package FluentFTP
dotnet add package FluentFTP
paket add FluentFTP
FluentFTP Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 2.0
No dependencies.
No dependencies.
No dependencies.
No dependencies.
- NETStandard.Library(>= 1.6.1)
- System.Console(>= 4.3.0)
- System.IO(>= 4.3.0)
- System.Net.NameResolution(>= 4.3.0)
- System.Net.Security(>= 4.3.2)
- System.Net.Sockets(>= 4.3.0)
- System.Runtime(>= 4.3.0)
- System.Threading.Tasks(>= 4.3.0)
- System.Threading.Thread(>= 4.3.0)
- System.Console(>= 4.3.0)
- System.IO(>= 4.3.0)
- System.Net.NameResolution(>= 4.3.0)
- System.Net.Security(>= 4.3.2)
- System.Net.Sockets(>= 4.3.0)
- System.Runtime(>= 4.3.0)
- System.Threading.Tasks(>= 4.3.0)
- System.Threading.Thread(>= 4.3.0)
- NETStandard.Library(>= 1.6.1)
- System.Console(>= 4.3.0)
- System.IO(>= 4.3.0)
- System.Net.NameResolution(>= 4.3.0)
- System.Net.Sockets(>= 4.3.0)
- System.Runtime(>= 4.3.0)
- System.Threading.Tasks(>= 4.3.0)
- System.Console(>= 4.3.0)
- System.IO(>= 4.3.0)
- System.Net.NameResolution(>= 4.3.0)
- System.Net.Security(>= 4.3.2)
- System.Net.Sockets(>= 4.3.0)
- System.Runtime(>= 4.3.0)
- System.Threading.Tasks(>= 4.3.0)
- System.Threading.Thread(>= 4.3.0)
Tags
Provides extensive FTP commands, File uploads/downloads, SSL/TLS connections, Directory listing parsing, File hashing/checksums, File permissions/CHMOD, FTP proxies, FXP transfers, UTF-8 support, Async/await support, Powershell support and more. Written entirely in C#, with no external dependencies.