leowebdav
leowebdav copied to clipboard
ios webdav client library
Hi, I checked download parts, Now i want to upload files to webdav, please help me.
Calling stringByReplacingPercentEscapesUsingEncoding twice can mangle string or return nil if original string contains '%' sign 1) LEOWebDAVParser `_currentItem.href = [_currentString stringByReplacingPercentEscapesUsingEncoding:NSUTF8StringEncoding];` 2) LEOWebDAVItem `return [[href lastPathComponent] stringByReplacingPercentEscapesUsingEncoding:NSUTF8StringEncoding];` File with name,...
Crashlytics error: EXC_BAD_ACCESS KERN_INVALID_ADDRESS at 0x2000000c -[LEOWebDAVRequest connection:didSendBodyData:totalBytesWritten:totalBytesExpectedToWrite:] respondsToSelector:
Hello, I'm using your library (very good job) but I have problems with Spanish characters like ó, ò, á, à, etc. If you want to solve this problem for other...
Hello , i'm trying to get the finished uploaded files as a leowebdavitem , so when i finish the upload and on the callback method : -(void)request:(LEOWebDAVRequest *)aRequest didSucceedWithResult:(id)result i...
When making a request, it is performed twice, the first time generating the authorisation request, the second completing as expected. This is a big problem when uploading large files, as...