DZWebDAVClient
DZWebDAVClient copied to clipboard
An Objective-C WebDAV client based on AFNetworking.
I am trying to make use of DZWebDAVClient webdav client. i am using AFNetworking 3.1. But DZWebDavClient is not compatible with latest AFNetworking. Can i get any update on this?
I having some troubles with this specific DZ Web Dav client which works with AFNetworking. In The ViewDidLoad i'm trying to authenticate in the server. Having no results. Any idea?...
Hi, there are a few methods and properties missing. For example in "DZWebDAVClient" it's missing alot of methods ``` - (id)initWithBaseURL:(NSURL *)url { if ((self = [super initWithBaseURL:url])) { self.fileManager...
First attempt using client called listPath, appears to start chewing on the request and then quickly spits out: **\* Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ valueForUndefinedKey:]: this...