up vote 4 down vote favorite
1
share [g+] share [fb]

I'd like to upload a photo from my iphone to an arbitrary ftp. How can I do this with Cocoa / Xcode ?

Thanks!

link|improve this question
feedback

3 Answers

You'll want to look into CFFTPStream in regard to the iPhone

link|improve this answer
feedback

Simple to use FTP component for iPhone: http://code.google.com/p/s7ftprequest/

link|improve this answer
I have tried that library, it doesn't work. No errors, but equally no upload. – buggles Feb 22 '10 at 20:24
feedback

There's a nice framework out there called ConnectionKit. I haven't used it personally, but I've heard it's good.

link|improve this answer
I've been looking at it for use in an iPad app, and I it's too tied to Mac only frameworks to use. Also, the code seems like it's not updated very often, especially the sample code, so I wasn't even able to get it running on the Mac. – Cory Kilger Mar 25 '10 at 18:35
feedback

Your Answer

 
or
required, but never shown