DAVKit
DAVKit copied to clipboard
A Cocoa framework for talking to WebDAV servers
DAVRequest.m 75lines, func start if (![NSThread isMainThread]) { [self performSelectorOnMainThread:@selector(start) withObject:nil waitUntilDone:NO]; return; }
Hi, what is the best way to include DAVKit into a swift project? Should I include the project-file or should I just copy the Source-folder? Thanks in advance, Max
DAVStreamRequest for NSInputStream request, so that large files can be send without mapping them to RAM fully (which can cause OOM). Not tested, but should work. I already implemented subclasses...
i try to integrate davkit with my ios App but when i try to connect to my webdav server i get the 404 Error , Here is my code NSString...
Tests don't work because `DAVTestSettings.h` cannot be found.
please support LOCK and UNLOCK request
I found an issue with GET request when access cloudme webdav. Use DAVGetRequest, GET http://webdav.cloudme.com/my_account then the server reject the request with error code 404. But it works with OPTIONS...