Horseshoe.NET.SecureIO 4.0.1

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

Horseshoe.NET icon

Horseshoe.NET.SecureIO

Adds SFTP to the Horseshoe.NET suite (uses SSH.NET)

Code Examples

pseudoConnectionString = "sftp://username@11.22.33.44//root/subdir?password=PA$$w0rd";

var dirContents = Sftp.ListDirectoryContents
(
    fileMask: FtpFileMasks.Txt,           // or "*.txt"
    connectionInfo: pseudoConnectionString
);
foreach (var fileName in dirContents)
    Console.WriteLine(fileName);

Sftp.CreateFile
(
    "hello.txt",                          // remote dest file name
    "Hello World!",                       // file contents
    connectionInfo: pseudoConnectionString
);

Sftp.UploadFile
(
    "C:\\hello.txt",                      // local src file path
    connectionInfo: pseudoConnectionString
);

var stream = Sftp.DownloadFile
(
    "hello.txt",                          // remote src file name
    connectionInfo: pseudoConnectionString
);
Console.WriteLine("File length: " + stream.Length);
Console.WriteLine("File contents: " + encoding.GetString(stream.ToArray()));

Sftp.DeleteFile
(
    "hello.txt",                          // remote src file name
    connectionInfo: pseudoConnectionString
);

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in 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
4.0.1 100 2/8/2025
4.0.0.2 95 2/6/2025
3.1.6 104 12/4/2024
3.1.5 101 10/24/2024
3.1.4 127 7/5/2024
3.1.3 123 6/18/2024
3.1.2 121 6/8/2024
3.1.1 132 5/20/2024
3.1.0 145 1/27/2024
3.0.2 287 5/5/2023
3.0.1 347 2/20/2023
3.0.0.2 335 2/14/2023
3.0.0.1 295 2/13/2023
3.0.0 328 2/9/2023
2.0.4 670 11/5/2022
2.0.3 444 10/31/2022
2.0.2 602 10/14/2022
2.0.1 478 10/7/2022
2.0.0 431 10/6/2022
1.6.2 589 9/12/2022
1.6.1 513 9/6/2022
1.6.0 472 9/5/2022
1.5.9 452 9/5/2022
1.5.8 531 8/24/2022
1.5.7 527 8/12/2022
1.5.6 667 7/28/2022
1.5.5 789 6/1/2022
1.5.4 837 4/15/2022
1.5.3 552 4/13/2022
1.5.2 566 4/1/2022
1.5.1 557 3/30/2022
1.5.0 544 3/4/2022
1.4.4.2 505 2/12/2022
1.4.4.1 538 2/5/2022
1.4.4 532 2/4/2022
1.4.3.1 495 1/17/2022
1.4.3 524 1/17/2022
1.4.2 349 1/6/2022
1.4.1 361 12/30/2021
1.4.0 376 12/8/2021
1.3.3 442 10/22/2021
1.3.2 434 10/21/2021
1.3.1 434 10/15/2021
1.3.0 398 10/13/2021
1.2.4.2 407 8/5/2021
1.2.4 428 8/5/2021
1.2.3.2 507 5/21/2021
1.2.3 411 5/19/2021
1.2.1 437 4/7/2021
1.2.0.3 415 4/5/2021
1.2.0.1 556 3/27/2021
1.2.0 418 3/26/2021
1.1.3 473 1/20/2021
1.1.1 514 12/1/2020
1.1.0 572 9/15/2020
1.0.9.5 544 9/15/2020
1.0.9.4 563 9/14/2020
1.0.9.3 537 9/9/2020
1.0.9.2 561 9/3/2020
1.0.9.1 597 8/20/2020
1.0.9 747 8/8/2020
1.0.8 560 3/23/2020
1.0.7.1-beta 413 3/23/2020