views:

364

answers:

1

I would like to add WebDAV to my iPhone application. What is the best way / library to enable this?

+1  A: 

WebDAV is just an extension to HTTP. Thus, you can use any of the existing HTTP APIs available on the iPhone to implement WebDAV, assuming that your needs don't require customization to the request/response beyond that which is supported by the underlying API.

There are also a number of Objective-C based WebDAV client APIs. Maybe one of those will work? Hard to say, given the lack of details in your question.

I'd start with this particular trail of clues.

bbum
"trail of clues"... nice phrase. I have to steal that.
Jarret Hardie