Simple DAV server?

Kyler Laird Kyler at news.Lairds.org
Wed Apr 19 14:17:06 EDT 2006


robert <no-spam at no-spam-no-spam.com> writes:

>For testing purposes I'm looking for a simple DAV server - best a python 
>thing serving a folder tree. Don't want to install/change/setup the 
>complex apache dav  ..

I'm avoiding Apache for this too.

Today I've been working on PanDAV.
	http://ivoras.sharanet.org/projects/pandav.html
(Thank, Ivan!)

I added the ability to create and delete collections (directories),
delete members (files), authenticate users, and run per-user setuid/
setgid.  It works well with Cadaver but I'm waiting for some MS users
to report how it works under Windows.

The only thing on my list right now is to make it report the times for
collections (directories).  Already it's looking like a nice solution
for my needs.  And it was *so* much easier to hack than Apache.

--kyler



More information about the Python-list mailing list