My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
DavMount  
Support for RFC 4709: Mounting WebDAV servers
Phase-Implementation
Updated Oct 9, 2011 by evert...@gmail.com

Introduction

The DavMount plugin adds support for RFC 4709. This spec defines a small document that can tell a client how to mount a WebDAV server.

This was proposed as a better alternative to urls such as webdav:// or dav://.

This plugin was added in 1.0.2.

Using DavMount

Add the plugin to your server.

$server->addPlugin(new Sabre_DAV_Mount_Plugin());

After this, simply open a DAV url in your browser and add ?mount. This will return the davmount document.


Sign in to add a comment
Powered by Google Project Hosting