Question

I want to add WebDAV to whiff. This would be easy if I could find a simple WSGI component that implements WebDAV. I found http://pyfilesync.berlios.de/pyfileserver.html, but it seems to insist on using an external configuration file. I want to control everything via a Python API. Any ideas?

Thanks!

Was it helpful?

Solution

I recently picked up PyFileServer for further development: http://code.google.com/p/wsgidav/

After the config file is read, it's only a plain dictionary, that is passed to the WSGI Application object's constructor. So it should be pretty easy to do what you want.

I didn't use whiff yet, but you are invited to contact me or join the project :-)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top