WebDAV über PHP mit SabreDAV
Der Anspruch des Open Source Tools SabreDAV liegt ein wenig höher:
SabreDAV allows you to easily add WebDAV support to a PHP application. SabreDAV is meant to cover the entire standard, and attempts to allow integration using an easy to understand API.
Feature list:
- Fully WebDAV compliant
- Supports Windows XP, Windows Vista, Mac OS/X, DavFSv2, Cadaver, Netdrive, Open Office, and probably more.
- Passing all Litmus tests
- Supporting class 1, 2 and 3 Webdav servers
- Locking support
- Custom property support.
- CalDAV (tested with Evolution, iCal, iPhone and Lightning).
Es ist also möglich, jedweden Content per WebDAV zur Verfügung zu stellen.
Im Downloadpaket enthalten ist ein Beispiel, das direkt auf jedem Webspace mit PHP funktioniert. Für Webserver mit FCGI werden spezielle Instruktionen in der .htaccess benötigt. Diese Informationen finden Sie im SabreDAV Wiki.