|
DavMount
Support for RFC 4709: Mounting WebDAV servers
Phase-Implementation IntroductionThe 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 DavMountAdd 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