• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: WebDav Client Libraries in Cocoa
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >WebDav Client Libraries in Cocoa (From: JanakiRam <email@hidden>)

  • Prev by Date: Re: WebDav Client Libraries in Cocoa
  • Next by Date: Re: how to hack my own apps
  • Previous by thread: Re: WebDav Client Libraries in Cocoa
  • Next by thread: Need some help
  • Index(es):
    • Date
    • Thread