WebDAV über PHP mit SabreDAV

WebDAV ist eine besondere Art des Zugriffs auf die Dateien eines Webservers. Dank des Open Source PHP Produkts SabreDAV haben Sie nun über PHP Zugriff auf jeden Webspace via WebDAV.

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 EvolutioniCaliPhone 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.

Kommentare:

blog comments powered by Disqus