Is there any WebDav client implementation for iOS ?
Have a look at WTclient.
try WTClient, it's written in objective-c.
I just started using DZWebDAVClient
. It needs AFNetworking
to work though.
Had no issues setting it up and has a block based API.
https://github.com/zwaldowski/DZWebDAVClient
Another recommendation i found elsewhere is ConnectionKit
https://github.com/karelia/ConnectionKit
来源:https://stackoverflow.com/questions/5883075/webdav-client-library-for-ios