Michael Vesely
b87088848a
- 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) |
||
---|---|---|
.. | ||
.nuget | ||
.vs/config | ||
Adapters | ||
Exceptions | ||
MethodHandlers | ||
Stores | ||
Utilities | ||
.gitignore | ||
ClassDiagram.cd | ||
Icon.png | ||
LICENSE | ||
LockProperty.cs | ||
README.md | ||
WebDAVSharp.Server.csproj | ||
WebDAVSharp.Server.nuspec | ||
WebDAVSharp.Server.sln | ||
WebDAVSharp_Web.sln | ||
WebDavDisposableBase.cs | ||
WebDavExtensions.cs | ||
WebDavProperty.cs | ||
WebDavServer.cs |
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).