开发者

iPhone FTP Integration

开发者 https://www.devze.com 2023-01-27 13:09 出处:网络
Can someone point me in the direction of an Objective-C (or c/c++) library, or tutorial (Objective-C) that teaches uploading or downloading via FTP? Preferably one that shows how to download a file to

Can someone point me in the direction of an Objective-C (or c/c++) library, or tutorial (Objective-C) that teaches uploading or downloading via FTP? Preferably one that shows how to download a file to a temp dir, then upload it later? I don't m开发者_JS百科ind one aimed at OSX, but my goal is the iPhone / iPad. I'm still googling, but the results are slim at best.

EDIT: This looks like it'll do the trick:

http://developer.apple.com/library/ios/#samplecode/SimpleFTPSample/Introduction/Intro.html

Thanks guys!


https://github.com/karelia/ConnectionKit should do the job

0

精彩评论

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