Skip to content

This library implements a flexible, extensible, and quite standards-compliant WebDAV server built on ASP.NET. The WebDAV server can serve any type of hierarchical data, not only files. It supports transparent compression, partial transfers, partial updates, locking, editing, dead properties, strong typing of WebDAV properties, request preconditi…

master
Go to file
Code

Latest commit

* Fixed an edge case that would cause an If-None-Match: * header on a GET or
  HEAD request to return 304 Not Modified rather than 412 Precondition Failed

Server/Resources/Web.config.sample:
* Added a warning about using the file without modification
* Added elements to increase the request size and time limits from the IIS and
  ASP.NET defaults
f237bd9

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

This library implements a flexible, extensible, and quite standards-compliant WebDAV server built on ASP.NET. The WebDAV server can serve any type of hierarchical data, not only files. It supports transparent compression, partial transfers, partial updates, locking, editing, dead properties, strong typing of WebDAV properties, request preconditions, and other features.

Setting up a simple WebDAV server to serve some files only requires adding some lines to your web.config file; no code needs to be written. If you want to serve another type of data over WebDAV, it is fairly easy to implement new service providers.

This repository contains the source code. For more details and pre-built binaries, see http://www.adammil.net/WebDAV.

About

This library implements a flexible, extensible, and quite standards-compliant WebDAV server built on ASP.NET. The WebDAV server can serve any type of hierarchical data, not only files. It supports transparent compression, partial transfers, partial updates, locking, editing, dead properties, strong typing of WebDAV properties, request preconditi…

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.