robert <[EMAIL PROTECTED]> 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 -- http://mail.python.org/mailman/listinfo/python-list