Xceed.Products.SFtp.Full 7.3.25608.7354

dotnet add package Xceed.Products.SFtp.Full --version 7.3.25608.7354
                    
NuGet\Install-Package Xceed.Products.SFtp.Full -Version 7.3.25608.7354
                    
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.SFtp.Full" Version="7.3.25608.7354" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xceed.Products.SFtp.Full" Version="7.3.25608.7354" />
                    
Directory.Packages.props
<PackageReference Include="Xceed.Products.SFtp.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.SFtp.Full --version 7.3.25608.7354
                    
#r "nuget: Xceed.Products.SFtp.Full, 7.3.25608.7354"
                    
#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.SFtp.Full@7.3.25608.7354
                    
#: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.SFtp.Full&version=7.3.25608.7354
                    
Install as a Cake Addin
#tool nuget:?package=Xceed.Products.SFtp.Full&version=7.3.25608.7354
                    
Install as a Cake Tool

Xceed SFTP for .NET – Secure SSH File Transfers in .NET

Xceed SFTP for .NET is a fast, secure, and feature-rich library that enables SFTP (SSH File Transfer Protocol) communication directly from your .NET applications.
It offers complete support for file transfers over SSH, file system operations, and seamless integration with existing .NET workflows — without needing any external tools or dependencies.

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.

Built by Xceed Software, delivering robust .NET libraries for enterprise-grade applications for over 25 years.


Features

Secure File Transfer

  • Upload and download files using the SFTP protocol (SSH-2)
  • Supports password, keyboard-interactive and public key authentication

File & Directory Operations

  • Create, delete, move, and rename remote files and directories
  • Retrieve file metadata (size, timestamps, permissions)
  • List directory contents with filters

Integration & Compatibility

  • Stream files directly from/to memory or disk
  • No need for third-party tools or command-line utilities
  • Easily integrates with background services, APIs, and cloud platforms

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
SFTP over SSH-2 Secure file transfers via industry-standard SSH protocol
Authentication Options Supports password, keyboard-interactive and public key authentication
File System Operations Create, move, delete, list, and rename files and directories
Stream Support Read/write directly from Stream for file handling in memory
Timestamps & Metadata Access file size, modified date, permissions, and more
Directory Listing Retrieve filtered or paged directory contents
Cross-Platform Works on Windows, Linux, macOS
Fully Managed Code 100% managed .NET — no native dependencies

Get Started

Install via NuGet:

dotnet add package Xceed.Products.SFtp.Full

Add the license key in your application code:

static void Main( string[] args )
{
  Xceed.SSH.Client.Licenser.LicenseKey = "SFTXX-XXXXX-XXXXX-XXXX";
  
  Console.WriteLine( "Hello World!" );
}

Read the full documentation licensing article here.


Documentation and Resources

Resource Link
Product Page & Pricing Xceed SFTP 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.25608.7354 856 12/8/2025
7.3.25458.6687 2,124 9/9/2025
7.2.25228.6184 1,641 5/2/2025
7.2.25102.5775 1,447 2/3/2025
7.1.24152.2253 8,610 3/4/2024
7.1.23524.1212 3,753 10/25/2023
7.1.23156.243 4,880 4/3/2023
7.1.22574.1922 4,007 11/25/2022
7.0.21480.13520 8,599 10/1/2021
6.9.21072.16380 5,043 1/26/2021
6.8.20412.1505 4,395 8/26/2020
6.7.19076.18060 4,593 1/30/2019

See Xceed SFTP for .NET web site for complete release notes: https://xceed.com/release-notes/#sftp-net-7.3.25608.7354