iphone - Error 404 using DavKit on IOS APP -


i try integrate davkit ios app when try connect webdav server 404 error , , when debug davkit code cfnetwork sslhandshake failed (-9819) error here code

nsstring root = @"https://137998.webdav.cloudsafe.com/test";  davcredentials *credentials = [davcredentials credentialswithusername:@"hatim.haffane@gmail.com" password:@"bxwhe6-hphdsm-rxtijw"]; davsession *session = [[davsession alloc] initwithrooturl:[nsurl urlwithstring:root]  credentials:credentials]; davrequest davrequest = [[davlistingrequest alloc] initwithpath:root]; davrequest.delegate = self; [session enqueuerequest:davrequest]; 

so if 1 can me or suggest library can use connect , listing , uploading , downloading files usen webdav ?


Comments

Popular posts from this blog

python 2.7 - Chat Solution for Mobile App -

jquery - Detect current Section with javascript -