Xceed SFTP for .NET

Managed SFTP library for .NET applications

About this software

Xceed SFTP for .NET is a managed SFTP library that adds secure file transfer, remote file access, and file management to .NET applications. It implements SSH-2 and SFTP protocol versions 3 and 6, supports common proxy types, and exposes a file-and-folder FileSystem Core API that represents remote items as SFtpFile and SFtpFolder objects. The library is 100% managed C# code, supports .NET 4.5, 5, 6 and 7, and offers source access via a Blueprint subscription.

Licenses & prices

Standard

Standard edition provides core SFTP client features for .NET, including file transfer, authentication, and asynchronous operations.

Xceed sftp 7.x for .net

Xceed sftp 7.x for .net edition is a legacy 7.x release compatible with older .NET frameworks and stable APIs.

Purchase

Xceed SFTP for .NET

Xceed SFTP for .NET
In Stock
Delivery: 1 working day
Loading...
€2,596.67
Free and without obligation

Do you need more information or looking for another license?

Benefits

  • Secure protocol support: Implements SSH-2 and SFTP protocol versions 3 and 6.
  • Managed C# implementation: Delivered as 100% managed C# code for .NET applications.
  • FileSystem API: Represents remote items as SFtpFile and SFtpFolder objects.
  • Proxy and network options: Supports HTTP, SOCKS4/4A and SOCKS5 proxies and adapter selection.
  • Source access available: Source code is available with a Blueprint subscription.

Available languages

  • English
  • French
  • Spanish

Support information

  • Priority support included: A one-year priority support period is included with the product subscription.
  • Documentation available: Product documentation and API reference are published online and integrate with Visual Studio.
  • Release notes and downloads: Release notes, builds and downloads are available from the product updates section on Xceed's site.
  • Community forums: Support forum and portal links are provided from the Xceed website for community and technical discussions.
  • Blueprint source access: Source code access is provided through the optional Blueprint subscription.

Frequently asked questions

What is Xceed SFTP for .NET?
A .NET library providing SFTP client functionality to perform secure file transfers over SSH, enabling programmatic upload, download, and remote file management within .NET applications.
Which authentication methods does it support?
Supports standard SSH authentication methods such as password and public key (SSH key) authentication, and includes host key verification to help ensure secure connections.
Can it handle large files and monitor transfer progress?
Provides streaming and transfer APIs with progress callbacks or events to monitor uploads and downloads, allowing applications to track transfer status and throughput for large files.
What file operations are available through the library?
Typical operations include listing directories, creating and deleting files and folders, renaming items, and modifying file attributes and permissions on the remote server.