Skip to content

WsgiDAV: A generic and extendable WebDAV server

A generic and extendable WebDAV server written in Python and based on WSGI.

Installation

Download from github repo: https://github.com/mar10/wsgidav.

sudo pip install wsgidav cheroot

Basis usage

sudo wsgidav --host=0.0.0.0 --port=80 --root=/tmp --auth=anonymous 
Last update: 2023-07-05
Created: July 5, 2023 16:04:22