4

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

Thanks!

2 Answers2

1

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

curtisk
  • 19,950
  • 4
  • 55
  • 71
0

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

Dave DeLong
  • 242,470
  • 58
  • 448
  • 498
  • 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