Upload photo to arbitrary FTP with iPhone app

2019-01-15 15:45发布

问题:

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

Thanks!

回答1:

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



回答2:

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