bygreencn
bygreencn

Reputation: 133

anyone has usable webdav client library or framework for iphone app?

I need to send a file to webdav server from iphone app, it's include the function of create folder, update file, delete file. so i want a webdav client framework for iphone or static library, which could used at my iphone app.

anyone have idea or anyone has the useful webdav? please help me.

Thanks!

new tags: conectionkit davlib

Upvotes: 2

Views: 5702

Answers (3)

srik
srik

Reputation: 1455

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

(Reposting my answer to a different question - WebDav client library for iOS)

Upvotes: 1

Ryan Sorensen
Ryan Sorensen

Reputation: 655

I'm currently having good luck with this client: http://code.google.com/p/wtclient/.

Upvotes: 2

Kris Markel
Kris Markel

Reputation: 12112

I got the flycode WebDAV implementation working on an iPhone with minimal changes, though I never used it for production code.

Upvotes: 3

Related Questions