WebDavSharp/WebDavSharp/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
Adapters -initial commit 2016-10-03 09:55:15 +02:00
Exceptions -initial commit 2016-10-03 09:55:15 +02:00
MethodHandlers -initial commit 2016-10-03 09:55:15 +02:00
Properties -initial commit 2016-10-03 09:55:15 +02:00
Stores -initial commit 2016-10-03 09:55:15 +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
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
WebDAVSharp.Server.csproj Change DebugType from full to portable 2019-08-24 17:20:17 +02: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
packages.config -initial commit 2016-10-03 09:55:15 +02: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).