WebDAVSharp / WebDAVSharp.Server

A WebDAV server, coded in C#, which can be used for various WebDAV .NET applications.
http://webdavsharp.github.io/
MIT License
140 stars 64 forks source link

Minimum-Example #21

Closed TopperDEL closed 1 year ago

TopperDEL commented 6 years ago

Hi,

is there any minimum-example for an own Store? I'm having Trouble implementing my own store as I only get Errors from Windows Explorer when accessing my store but I don't know why. A simple example returning one Folder with one file in it would help alot getting a start with your Framework. I'm lost, even if it seems to be relatively easy to use.

Thank you!

Kind regards,

TopperDEL