
a quota specification: 'Quota and Size Properties for Distributed Authoring and Versioning (DAV) Collections' RFC4331, issued February 2006. the access control protocol: 'Web Distributed Authoring and Versioning (WebDAV) Access Control Protocol' RFC3744, issued May 2004. the ordered collections protocol: 'Web Distributed Authoring and Versioning (WebDAV) Ordered Collections Protocol' RFC3648, issued December 2003. a base protocol document (excluding versioning, despite its title): 'HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)' RFC4918, issued June 2007 (which updates and supersedes 'HTTP Extensions for Distributed Authoring – WebDAV' RFC2518, issued February 1999). a requirements document: 'Requirements for a Distributed Authoring and Versioning Protocol for the World Wide Web' RFC2291, issued February 1998. The WebDAV working group produced several works: Microsoft Windows, including native support in Explorerĭocuments produced by the working group. macOS, including native support for CalDAV and CardDAV, the design of which is based on WebDAV. Linux via GVfs, including GNOME Files and via KIO, including Konqueror and Dolphin. Git supports writing to HTTP remotes, although the 'smart' Git protocol for HTTP requiring special server support was made the preferred protocol over WebDAV. SabreDAV is a PHP application that can be used on Apache or Nginx in lieu of their bundled modules. MAC OS X WEBDAV CLIENT FULL
ownCloud is a cloud storage PHP application which offers full WebDAV support.Nginx has a very limited optional WebDAV module.Nextcloud is a fork of ownCloud, and therefore also offers full WebDAV support and a third-party module.MyWorkDrive Server supports WebDAV for accessing files via IIS module.Mailfence offers WebDAV support through a virtual drive+ you can connect exterrnal drives to Mailfence Documents.lighttpd has an optional WebDAV module.Apache HTTP Server provides WebDAV modules based on both davfs and Apache Subversion (svn).PROPPATCH change and delete multiple properties on a resource in a single atomic act UNLOCK remove a lock from a resource Server support It is also overloaded to allow one to retrieve the collection structure (also known as directory hierarchy) of a remote system. a directory) MOVE move a resource from one URI to another PROPFIND retrieve properties, stored as XML, from a web resource. WebDAV supports both shared and exclusive locks. The added verbs include: COPY copy a resource from one URI to another LOCK put a lock on a resource.
WebDAV extends the set of standard HTTP verbs and headers allowed for request methods.