![]() |
VOOZH | about |
dotnet add package Xceed.Products.Ftp.Full --version 7.3.25608.7354
NuGet\Install-Package Xceed.Products.Ftp.Full -Version 7.3.25608.7354
<PackageReference Include="Xceed.Products.Ftp.Full" Version="7.3.25608.7354" />
<PackageVersion Include="Xceed.Products.Ftp.Full" Version="7.3.25608.7354" />Directory.Packages.props
<PackageReference Include="Xceed.Products.Ftp.Full" />Project file
paket add Xceed.Products.Ftp.Full --version 7.3.25608.7354
#r "nuget: Xceed.Products.Ftp.Full, 7.3.25608.7354"
#:package Xceed.Products.Ftp.Full@7.3.25608.7354
#addin nuget:?package=Xceed.Products.Ftp.Full&version=7.3.25608.7354Install as a Cake Addin
#tool nuget:?package=Xceed.Products.Ftp.Full&version=7.3.25608.7354Install as a Cake Tool
Xceed FTP for .NET is a reliable, high-performance FTP and FTPS (FTP over SSL) library for .NET developers who need to integrate file transfer capabilities into desktop, cloud, or server applications.
Built with security, performance, and cross-platform compatibility in mind, it enables precise control over FTP operations without relying on external dependencies or legacy tools.
Click the image above to receive a trial license. It unlocks all features of the component. See the Get Started section below for details.
Brought to you by Xceed Software, a leader in .NET components for over 25 years.
.NET Framework 4.0 and later
.NET 5 and later
.NET Standard 2.0 and later
Runs on Windows, macOS, and Linux
Works in desktop, web, and cloud environments
Integrates with ASP.NET, Blazor, and Xamarin applications
| Feature | Description |
|---|---|
| FTP + FTPS Support | Standard and secure (SSL/TLS) FTP transfers with full encryption options |
| Passive & Active Modes | Use either connection mode based on firewall/network setup |
| File Transfer Resuming | Resume failed uploads and downloads efficiently |
| Directory Sync | Upload/download entire directory trees recursively |
| SSL Certificate Support | Custom certificate validation and trust configuration |
| Stream Access | Upload/download directly to/from Stream objects |
| Filtering & Rules | Transfer only files that match specific rules |
| Async + Sync API | Choose your preferred programming model |
| Cross-Platform | Works across Windows, macOS, and Linux environments |
| No External Tools | 100% managed .NET code — no reliance on command-line FTP clients |
Install via NuGet:
dotnet add package Xceed.Products.Ftp.Full
Add the license key in your application code:
static void Main( string[] args )
{
Xceed.Ftp.Licenser.LicenseKey = "FTNXX-XXXXX-XXXXX-XXXX";
Console.WriteLine( "Hello World!" );
}
Read the full documentation licensing article here.
| Resource | Link |
|---|---|
| Product Page & Pricing | Xceed FTP for .NET |
| Documentation | Online Documentation |
| NuGet Package | NuGet Package |
| Blog & Updates | Xceed Blog |
| Support Forum | Xceed Support |
| License Details | Xceed Licensing |
Learn more about Target Frameworks and .NET Standard.
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 7.3.25608.7354 | 1,068 | 12/8/2025 |
| 7.3.25458.6687 | 1,230 | 9/9/2025 |
| 7.2.25228.6184 | 747 | 5/2/2025 |
| 7.2.25102.5775 | 1,036 | 2/3/2025 |
| 7.1.24152.2253 | 5,356 | 3/4/2024 |
| 7.1.23524.1212 | 3,400 | 10/25/2023 |
| 7.1.23156.243 | 2,159 | 4/3/2023 |
| 7.1.22574.1922 | 2,082 | 11/25/2022 |
| 7.0.21480.13520 | 3,515 | 10/1/2021 |
| 6.9.21072.16380 | 3,889 | 1/26/2021 |
| 6.8.20412.1505 | 3,385 | 8/26/2020 |
| 6.7.19076.18060 | 4,003 | 1/30/2019 |
See Xceed FTP web site for complete release notes: https://xceed.com/release-notes/#ftp-net-7.3.25608.7354