WebDAV stands for "Web-based Distributed Authoring and Versioning". It is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers.
Resources:
- RFC:2518 - HTTP Extensions for Distributed Authoring
- RFC:3253 - Versioning Extensions to WebDAV
- RFC:3648 - Ordered Collections Protocol
- RFC:3744 - Access Control
- WebDAV.org
- Python implementations:
- Standalone server - site partially broken, might vanish soon.
- PyFileServer, a WSGI implementation
- TwistedDAV
- PyDAV
- akaDAV