views:

2932

answers:

3

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

Thanks!

+1  A: 

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

curtisk
A: 

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

Aleks N.
I have tried that library, it doesn't work. No errors, but equally no upload.
buggles
A: 

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

Dave DeLong
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