-
Notifications
You must be signed in to change notification settings - Fork 1.3k
WebDAV
robbiehanson edited this page Dec 17, 2011
·
1 revision
The WebDAV extension adds the following:
- support for class 1 DAV (OPTIONS, PROPFIND, PUT, DELETE, MKCOL, MOVE, COPY)
- partial support for class 2 DAV to be compatible with Mac OS X Finder (LOCK and UNLOCK only)
- support for chunked transfer encoding for PUT requests (used by Mac OS X Finder WebDAV client)
All that is needed to enable WebDAV is to configure the HTTPServer to use the DAVConnection class instead of the default HTTPConnection. See the Samples/DAVServer for an example.
The WebDAV implementation has been tested with:
- Transmit 4.1.5
- Interarchy 10.0.2
- Mac OS X Finder 10.6.7