I'd like to upload a photo from my iphone to an arbitrary ftp. How can I do this with Cocoa / Xcode ?
Thanks!
|
I'd like to upload a photo from my iphone to an arbitrary ftp. How can I do this with Cocoa / Xcode ? Thanks! | |||
|
feedback
|
|
You'll want to look into CFFTPStream in regard to the iPhone | |||
|
feedback
|
|
Simple to use FTP component for iPhone: http://code.google.com/p/s7ftprequest/ | |||
feedback
|
|
There's a nice framework out there called ConnectionKit. I haven't used it personally, but I've heard it's good. | |||
feedback
|