Allen.Storage.FtpClient
1.0.0.2
dotnet add package Allen.Storage.FtpClient --version 1.0.0.2
NuGet\Install-Package Allen.Storage.FtpClient -Version 1.0.0.2
<PackageReference Include="Allen.Storage.FtpClient" Version="1.0.0.2" />
paket add Allen.Storage.FtpClient --version 1.0.0.2
#r "nuget: Allen.Storage.FtpClient, 1.0.0.2"
// Install Allen.Storage.FtpClient as a Cake Addin
#addin nuget:?package=Allen.Storage.FtpClient&version=1.0.0.2
// Install Allen.Storage.FtpClient as a Cake Tool
#tool nuget:?package=Allen.Storage.FtpClient&version=1.0.0.2
Using Hangfire to Implement a Seamless Storage Plan.
Separating specific storage infrastructures through abstract interfaces and using unified interfaces to implement different storage infrastructures(sftp,ftps,ftp,smb).
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- Allen.Storage.Core (>= 1.0.0.1)
- FluentFTP (>= 19.1.3)
- SSH.NET (>= 2016.1.0)
-
.NETStandard 2.0
- Allen.Storage.Core (>= 1.0.0.1)
- FluentFTP (>= 19.1.3)
- SSH.NET (>= 2016.1.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Allen.Storage.FtpClient:
Package | Downloads |
---|---|
Allen.Storage.Bootstrapper
Using Hangfire to Implement a Seamless Storage Plan. Separating specific storage infrastructures through abstract interfaces and using unified interfaces to implement different storage infrastructures(sftp,ftps,ftp,smb). |
GitHub repositories
This package is not used by any popular GitHub repositories.
Using Hangfire to Implement a Seamless Storage Plan.
Separating specific storage infrastructures through abstract interfaces and using unified interfaces to implement different storage infrastructures(sftp,ftps,ftp,smb).
v1.0.0.1
Fixed recursive reference 's bug.
v1.0.0.2
Fixed recursive reference 's bug.