WebDavSharp/WebDavSharp_MVC/WebDAVSharp.Server
Michael Vesely 6884e25f17 Change DebugType from full to portable 2019-08-24 17:20:17 +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 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
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 -update: replace depricated GetCurrentClassLogger with GetLogger<T> 2018-04-09 08:25:43 +02:00
packages.config -update: Logger 2018-01-03 17:54:08 +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).