DenCloud.Core
1.0.7.5
.NET Framework 4.6.2
dotnet add package DenCloud.Core --version 1.0.7.5
NuGet\Install-Package DenCloud.Core -Version 1.0.7.5
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="DenCloud.Core" Version="1.0.7.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DenCloud.Core --version 1.0.7.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DenCloud.Core, 1.0.7.5"
#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.
// Install DenCloud.Core as a Cake Addin
#addin nuget:?package=DenCloud.Core&version=1.0.7.5
// Install DenCloud.Core as a Cake Tool
#tool nuget:?package=DenCloud.Core&version=1.0.7.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
An implementation of "cloud storage" based on FTP / FTPS. Supports SSL/TLS encryption, database authentication, file logging. Has customizable authentication / logging / filesystem ;Uses DI. Server supports raw ftp commands and some essential FTP extensions.
For examples of usage, please visit: https://github.com/ActualDennis/DenCloud.Core for WPF version : https://github.com/ActualDennis/DenCloud.WPF
Product | Versions |
---|---|
.NET Framework | net462 net463 net47 net471 net472 net48 net481 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- DenInject.Core (>= 1.0.3.2)
- Google.Apis.Auth (>= 1.38.2)
- Microsoft.CSharp (>= 4.5.0)
- Microsoft.EntityFrameworkCore.Design (>= 2.2.1)
- Microsoft.EntityFrameworkCore.Sqlite (>= 2.2.1)
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 10.0.2)
- System.AppContext (>= 4.3.0)
- System.Buffers (>= 4.4.0)
- System.Collections (>= 4.3.0)
- System.Diagnostics.Debug (>= 4.3.0)
- System.Diagnostics.DiagnosticSource (>= 4.5.0)
- System.IO (>= 4.3.0)
- System.IO.FileSystem (>= 4.3.0)
- System.Linq (>= 4.3.0)
- System.Linq.Expressions (>= 4.3.0)
- System.ObjectModel (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Reflection.Extensions (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.5.1)
- System.Runtime.Extensions (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.Threading (>= 4.3.0)
- System.Threading.Tasks.Extensions (>= 4.5.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Use sqLite instead of sql server;