WsgiDAV - WebDAV 服务器


MIT
跨平台
Python

软件简介

WsgiDAV 是一个用 Python 开发的通用 WebDAV 服务器,基于 WSGI 运行,支持 SSL。

安装和运行:

$ pip install wsgidav
$ wsgidav --host=0.0.0.0 --port=8080 --root=/tmp
WARNING: share '/' will allow anonymous access.
Running WsgiDAV/2.2.1 CherryPy/unknown Python/3.5.2
Serving on http://0.0.0.0:8080 ...