Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Upload files to ftp from iOS application

I read the SimpleFTPSample but I need an example better than this document. I Google'd some other examples but all the sites I found ended up referring to the Apple document, and I haven't found anything else that doesn't.

Can someone help me? Thanks.

like image 994
Segev Avatar asked May 03 '12 07:05

Segev


1 Answers

Wrote an easy to use ftp uploader for iOS and it runs on a background thread courtesy of ASIHTTPReq.

https://github.com/soulslicer/QueueFTP

like image 105
raaj Avatar answered Oct 04 '22 21:10

raaj