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
#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

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.

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
1.0.7.5 501 5/8/2019
1.0.7.4 492 4/24/2019
1.0.7.3 472 4/24/2019
1.0.7.1 454 4/15/2019
1.0.7 466 4/14/2019
1.0.6.5 453 4/14/2019
1.0.6.3 472 4/14/2019
1.0.6.2 452 4/14/2019
1.0.6.1 447 4/14/2019

Use sqLite instead of sql server;