WebDavSharp/WebDavSharp_MVC/WebDAVSharp.Server
Michael Vesely 895e04b46a -change: remove unwhanted compiler warnings (update of code comments still needed) 2017-11-24 11:10:22 +01: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 -change: remove unwhanted compiler warnings (update of code comments still needed) 2017-11-24 11:10:22 +01: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
WebDAVSharp.Server.csproj -change: remove unwhanted compiler warnings (update of code comments still needed) 2017-11-24 11:10:22 +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 - add: refine tracing 2017-03-03 09:12:59 +01:00
packages.config -change: remove unwhanted compiler warnings (update of code comments still needed) 2017-11-24 11:10:22 +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).