# 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#.

Repository: https://github.com/robinrodricks/FluentFTP
Canonical: https://ross.abutalabs.com/products/fluentftp
Language: C#
License: MIT
License Family: permissive
Topics: ftp, ftp-client, ftps, ssl, tls, unix, iis, net-core, net-standard, net-framework, uwp
Last push: 2026-05-27T21:47:27+00:00

## Health v2 (maintenance only)
Score: 61/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 84, release rhythm 8, longevity 100
- inputs: {"age_days": 3595, "days_push": 98, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3393, forks 676 (observed 2026-08-28T04:07:59.150638+00:00)

## What it is
FluentFTP is a fully managed FTP and FTPS client library for .NET and .NET Standard, written entirely in C# with no external dependencies and optimized for speed. It supports a wide range of FTP server types, secure TLS connections, async/await, FXP server-to-server transfers, proxies, and extensive file management commands.

## Use cases
- upload and download files over ftp or ftps from a .net application
- connect to ftp servers with ssl/tls and client certificates
- transfer files between two ftp servers with fxp
- parse directory listings from unix, iis, proftpd, and other ftp servers
- use an ftp client from powershell scripts
- compute file hashes and checksums over ftp
- manage file permissions and chmod on an ftp server

## When to choose
- you need a fast, dependency-free FTP/FTPS client in .NET or .NET Standard
- your app must support many FTP server types including mainframe listings
- you want async/await FTP operations or PowerShell automation
- you need FXP server-to-server transfers or FTP proxy support

## When to avoid
- you need SFTP over SSH, which is a different protocol
- you are not working in the .NET ecosystem
- you need a GUI FTP client rather than a programmable library

## Facets
- artifact type: library
- maturity: stable
- function: http-client, file-system, security, cli
- domain: developer-tools, files, backend, cross-platform
- platform: dotnet, cross-platform, windows
- tags: ftp, ftps, ftp-client, fxp, tls, ssl, file-transfer, async, powershell, net-standard, no-dependencies, linux, macos

## Member repositories
- robinrodricks/FluentFTP (main) score 61

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:59.150638+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:39:00.090067+00:00, confidence not recorded.
  - readme: https://github.com/robinrodricks/FluentFTP (fetched 2026-08-28T04:07:59.150638+00:00, sha 4ceafa382014)
- Data as of 2026-08-30T08:39:29.467469+00:00.
