NWebDav.Server.AspNetCore is a flexible WebDAV server library that can be used to expose files or other data using WebDAV hosted via .NET core.
Info
Version: | 0.1.36 |
Author(s): | Ramon de Klein <[email protected]> |
Last Update: | Tuesday, November 23, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ramondeklein/nwebdav |
NuGet Url: | https://www.nuget.org/packages/NWebDav.Server.AspNetCore |
Install
Install-Package NWebDav.Server.AspNetCore
dotnet add package NWebDav.Server.AspNetCore
paket add NWebDav.Server.AspNetCore
NWebDav.Server.AspNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.6
- NWebDav.Server(>= 0.1.34)
- Microsoft.AspNetCore.Hosting(>= 1.1.1)
- Microsoft.NETCore.Platforms(>= 1.1.0)
- NETStandard.Library(>= 1.6.1)
- System.Linq(>= 4.3.0)
- System.Net.Primitives(>= 4.3.0)
- System.Security.Claims(>= 4.3.0)
- NWebDav.Server(>= 0.1.34)
- Microsoft.AspNetCore.Hosting(>= 2.0.0)
Tags