Re: Creating iDisk kind of application.
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