Skip to content

A WebDAV server, coded in C#, which can be used for various WebDAV .NET applications.

License

Notifications You must be signed in to change notification settings

AlexanderSemenyak/WebDAVSharp.Server

 
 

Repository files navigation

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

Release Notes

Develop notice.

This version was forked by original implementation found in https://github.com/WebDAVSharp/WebDAVSharp.Server then modified to fix some bug and to adapt to internal usage.

To verify that the implementation is OK you can install litmus on a linux box and verify that WebDav calls are ok. Once litmus is downloaded you can compile with

./configure
make install

Then you can use to test your implementation

./litmus "http://10.0.0.1:40001/My%20Documents/Books/LitmusTest" username password

#This is the original README of the original library.

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

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

About

A WebDAV server, coded in C#, which can be used for various WebDAV .NET applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%