Xceed FTP for .NET

Managed FTP and FTPS .NET component

About this software

Xceed FTP for .NET is a managed class library that adds FTP and FTPS file transfer capabilities to .NET and ASP.NET applications. It exposes an object-oriented FileSystem model, supports common FTP operations, FTPS encryption, directory synchronization, resume, FXP, and asynchronous transfers. The component includes built-in ZIP compression and archive access integrated with FTP operations, and provides events and detailed progress reporting for programmatic monitoring.

Licenses & prices

Standard

Standard edition includes core FTP/FTPS client and server features suitable for general application development without advanced enterprise tooling.

Xceed ftp 7.x for .net

The version 7.x release of Xceed FTP for .NET, providing FTP client and server functionality for .NET applications.

Purchase

Xceed FTP for .NET

Xceed FTP for .NET
In Stock
Delivery: 1 working day
Loading...
€1,398.19
Free and without obligation

Do you need more information or looking for another license?

Benefits

  • Secure transfers: Supports FTPS (FTP over SSL/TLS) for encrypted file transfers
  • Built-in compression: Includes ZIP compression and archive access integrated with FTP operations
  • Server compatibility: Works with Unix, VMS, AS/400, Windows/DOS, and custom parsers
  • Asynchronous operations: Provides non-blocking transfers and detailed progress events for operations
  • File handling and sync: Supports directory synchronization, wildcards, resume, and stream transfers

Available languages

  • English

Support information

  • Documentation and API reference: Online documentation covers features, classes, and code examples
  • Release notes and changelogs: Xceed publishes release notes and build histories on its product pages
  • Priority support option: One-year priority support is offered with certain subscriptions, per the product page
  • Samples and example projects: VB.NET and C# sample applications are provided in documentation and packages
  • Authorized resellers and licensing: Licenses are sold by Xceed and authorized resellers such as ComponentSource

Frequently asked questions

What is Xceed FTP for .NET?
A .NET library that adds FTP client functionality to applications, enabling programmatic file transfers and remote directory management from .NET code.
How do developers integrate Xceed FTP for .NET into applications?
Reference the Xceed FTP for .NET assembly in a .NET project and use its API to connect to servers, authenticate, perform transfers, and manage sessions within application code.
What common FTP operations does it typically provide?
Common FTP client operations include connecting, authenticating, listing directories, uploading, downloading, renaming, and deleting files, along with hooks for monitoring progress and status.
How should errors and transfer progress be handled when using Xceed FTP for .NET?
Handle errors via the library's exceptions or error callbacks, use event or asynchronous patterns for transfer progress and completion, and implement retry and cleanup logic in application code.