Re: WebDav Client Libraries in Cocoa
Re: WebDav Client Libraries in Cocoa
- Subject: Re: WebDav Client Libraries in Cocoa
- From: Jens Alfke <email@hidden>
- Date: Thu, 3 Apr 2008 13:17:08 -0700
On 3 Apr '08, at 12:32 PM, JanakiRam wrote:
I'm porting a windows based application to Mac. My windows
application makes webdav calls to the server to retrieve the
information.
Now i need to make similar calls from Cocoa Application.
Is the WebDAV library used by the Windows version platform-specific?
Are there any WEBDAV Client libraries available for Cocoa.
I'm not aware of any that have Objective-C APIs. However, there are
cross-platform open-source C or C++ WebDAV libraries that can be used
on Mac OS X, such as neon (which you can install via MacPorts.org.)
Another possibility is to roll your own support using NSURLConnection
for HTTP access and NSXML for XML parsing. It depends on how much you
need to do; simple GETs and PUTs are easy, and basic PROPFINDs aren't
hard using NSXML.
—Jens
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden