开发者

How can I get files from the iDisk programmatically?

开发者 https://www.devze.com 2022-12-15 16:30 出处:网络
I need to write an iPhone app that allows the user to download and use files (more specifiably, video files) that are on the Mobile Me iDisk. Is thi开发者_如何学编程s possible? I was not able to find

I need to write an iPhone app that allows the user to download and use files (more specifiably, video files) that are on the Mobile Me iDisk. Is thi开发者_如何学编程s possible? I was not able to find an iDisk API for Objective-C.


You could look into compiling neon as a static library for the iPhone. That would give you the means to access WebDAV resources.


iDisk supports WebDAV, which is a file access and versioning protocol based on HTTP. WebDAV is the basis for the iDisk integration with Windows - http://support.apple.com/kb/HT3264.

0

精彩评论

暂无评论...
验证码 换一张
取 消