How to query Metadata from a WebDAV server
I am trying to create an iPhone App that will talk to a WebDAV Server. I have no idea on this.
Specifically in reference to:
- How to upload a file to the WebDAV Server
- How to download a file from the WebDAV server
- How to retrieve / Add MetaData on the WebDAV server
- How to enumerate directories & files on a WebDAV server
The protocol is defined in RFC 2616 (HTTP/1.1) and RFC 4918 (WebDAV):
- PUT
- GET
- PROPFIND/PROPPATCH
- PROPFIND (Depth:1)