Xceed.Products.Ftp.Full 7.3.25458.6687

dotnet add package Xceed.Products.Ftp.Full --version 7.3.25458.6687
                    
NuGet\Install-Package Xceed.Products.Ftp.Full -Version 7.3.25458.6687
                    
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="Xceed.Products.Ftp.Full" Version="7.3.25458.6687" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xceed.Products.Ftp.Full" Version="7.3.25458.6687" />
                    
Directory.Packages.props
<PackageReference Include="Xceed.Products.Ftp.Full" />
                    
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 Xceed.Products.Ftp.Full --version 7.3.25458.6687
                    
#r "nuget: Xceed.Products.Ftp.Full, 7.3.25458.6687"
                    
#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.
#:package Xceed.Products.Ftp.Full@7.3.25458.6687
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Xceed.Products.Ftp.Full&version=7.3.25458.6687
                    
Install as a Cake Addin
#tool nuget:?package=Xceed.Products.Ftp.Full&version=7.3.25458.6687
                    
Install as a Cake Tool

Xceed FTP for .NET – FTP & FTPS File Transfer Library for .NET

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.

Xceed.FTP.NET

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.


Features

FTP & FTPS Support

  • Full support for standard FTP and secure FTP (FTPS/SSL)
  • Passive and active modes
  • SSL certificate validation and encryption control
  • Supports both implicit and explicit FTPS connections

File Transfer Capabilities

  • Upload and download files or entire directory trees
  • Resume failed or partial transfers
  • Monitor progress with real-time event handling
  • File and directory filtering (by name, size, date, etc.)

File System Operations

  • Create, delete, rename, and list directories
  • Retrieve file properties (size, date, permissions)
  • Change working directories
  • Handle symbolic links and hidden files

Developer Friendly

  • Stream-based file access (no intermediate temp files required)
  • Synchronous and async API support
  • Easily integrates into ASP.NET, WPF, services, and cloud workflows

Compatibility

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


Features

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

Get Started

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.


Documentation and Resources

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
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.3.25458.6687 198 9/9/2025
7.2.25228.6184 232 5/2/2025
7.2.25102.5775 551 2/3/2025
7.1.24152.2253 5,041 3/4/2024
7.1.23524.1212 3,076 10/25/2023
7.1.23156.243 1,839 4/3/2023
7.1.22574.1922 1,748 11/25/2022
7.0.21480.13520 2,644 10/1/2021
6.9.21072.16380 2,986 1/26/2021
6.8.20412.1505 2,499 8/26/2020
6.7.19076.18060 3,101 1/30/2019

See Xceed FTP web site for complete release notes: https://xceed.com/release-notes/#ftp-net-7.3.25458.6687