WebDavSharp/WebDavSharp_MVC/WebDAVSharp.Server
Michael Vesely 04107c8cb6 WIP: find, and harden against User null issue 2020-05-13 20:01:04 +02:00
..
.nuget -initial commit 2016-10-03 09:55:15 +02:00
.vs/config -initial commit 2016-10-03 09:55:15 +02:00
Adapters -initial commit 2016-10-03 09:55:15 +02:00
Exceptions -initial commit 2016-10-03 09:55:15 +02:00
MethodHandlers -update: replace depricated GetCurrentClassLogger with GetLogger<T> 2018-04-09 08:25:43 +02:00
Properties -change: assembly version 2018-04-10 06:11:47 +02:00
Stores -update: replace depricated GetCurrentClassLogger with GetLogger<T> 2018-04-09 08:25:43 +02:00
Utilities -initial commit 2016-10-03 09:55:15 +02:00
.gitignore -initial commit 2016-10-03 09:55:15 +02:00
ClassDiagram.cd -initial commit 2016-10-03 09:55:15 +02:00
Icon.png -initial commit 2016-10-03 09:55:15 +02:00
LICENSE -initial commit 2016-10-03 09:55:15 +02:00
LockProperty.cs -initial commit 2016-10-03 09:55:15 +02:00
README.md -initial commit 2016-10-03 09:55:15 +02:00
WebDAVSharp.Server.csproj Revert "Update Packages", they don't introduce features but caused problems on build. 2019-11-11 10:06:53 +01:00
WebDAVSharp.Server.nuspec -initial commit 2016-10-03 09:55:15 +02:00
WebDAVSharp.Server.sln -initial commit 2016-10-03 09:55:15 +02:00
WebDAVSharp_Web.sln -initial commit 2016-10-03 09:55:15 +02:00
WebDavDisposableBase.cs -initial commit 2016-10-03 09:55:15 +02:00
WebDavExtensions.cs -initial commit 2016-10-03 09:55:15 +02:00
WebDavProperty.cs -initial commit 2016-10-03 09:55:15 +02:00
WebDavServer.cs WIP: find, and harden against User null issue 2020-05-13 20:01:04 +02:00
packages.config Revert "Update Packages", they don't introduce features but caused problems on build. 2019-11-11 10:06:53 +01:00

README.md

WebDAVSharp.Server

A WebDAV server, coded in C#, which can be used for various WebDAV .NET applications.

WebDAV# is developed in the .NET Framework 4.5

SQLExample

A SQL version of the server has been developed by Winterleaf and can be found at this repository

Developed by

The WebDAV server implementation was based on another open source project, also called WebDAV#. The maintainer of the project is Lasse V. Karlsen and the code can be found on CodePlex.

This version of WebDAV# has been developed by Lieven Janssen and Ewout Merckx at Xplore+.

The last changes have been contributed by Vincent Gee (Winterleaf).