• 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: Creating iDisk kind of application.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Creating iDisk kind of application.


  • Subject: Re: Creating iDisk kind of application.
  • From: Bill Bumgarner <email@hidden>
  • Date: Mon, 7 May 2007 11:55:55 -0700

On Apr 25, 2007, at 4:18 AM, php2cocoa wrote:
I think i should explore more of webdav. May be I should build a webdav
server that acts as a intermediary between my server and my webdav client.
Is there any webdav client/server samples available for cocoa/carbon.

WebDAV is a pretty simple set of extensions to standard HTTP.

As such, you could either start with one of the various random Objective-C based open source'd HTTP client libraries and modify it accordingly.

Or you could recycle one of the various webdav client libraries and integrate it into your app. I would suggest poking at the subversion source as it has a full featured and relatively isolated client library in it.

Your two biggest challenges will likely be dealing with I/O and authentication.

b.bum

_______________________________________________

Cocoa-dev mailing list (email@hidden)

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


  • Prev by Date: Java drawing into a NSView
  • Next by Date: Re: Leaks with Core-Data while fetching data
  • Previous by thread: Java drawing into a NSView
  • Next by thread: n00b cocoa bindings question
  • Index(es):
    • Date
    • Thread