
WsgiDAV
A generic and extendable WebDAV server written in Python and based on WSGI, supporting SSL and various authentication methods.
About
WsgiDAV is a lightweight, self-contained WebDAV server written in Python. It enables users to expose local directories over the WebDAV protocol for remote read/write access. Designed for developers and sysadmins, it supports both anonymous and authenticated access, integrates wit…