WebDavSharp/WebDavSharp_MVC/WebDAVSharp.Server
Michael Vesely b87088848a Switch _MVC.csproj files to "SDK Style"
- Manually rewriting .csproj files
- Deleting all Properties/AssemblyInfo files (now in csproj)
- Deleting all packages.config files (now in csproj)
- Adding Directory.Build.props/tagrget files to set defaults and allow central Package versioning
- WIP: update .nuspec file (sh/could be included i csproj)
2021-07-21 22:24:19 +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
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 Switch _MVC.csproj files to "SDK Style" 2021-07-21 22:24:19 +02:00
WebDAVSharp.Server.nuspec Switch _MVC.csproj files to "SDK Style" 2021-07-21 22:24:19 +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

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).