Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

Thanks!

share|improve this question

2 Answers

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

share|improve this answer

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

share|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

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.