My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

WsgiDAV is a generic WebDAV server written in Python and based on WSGI.

WsgiDAV is a refactored version of PyFileServer written by Ho Chun Wei.

Status

0.5.0 is released. The architecture was refactored a little bit to make it easier to write custom providers.

See also CHANGES.

Usage

> easy_install -U wsgidav
> wsgidav --host=0.0.0.0 --port=80 --root=/tmp

See also running WsgiDAV.

If you want to participate, check it out from the repository:

> hg clone https://wsgidav.googlecode.com/hg/ wsgidav
> cd wsgidav
> setup.py develop
> wsgidav --help

Python 2.4 or later is required.

More info

Please read the documentation for details.

Any kind of feedback is very welcome!
Have fun :-)
Martin

moogle (at-sign) wwwendt.de

Powered by Google Project Hosting