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.

For a new project I need to upload some html and jpeg files from iPhone to a FTP Server.

I examined Apples SimpleFTPSample and managed to upload a file.

But what is the correct way to upload more than one file? Do I have to repeat the whole process with creating input- and output streams with username and password for each file or is there a simpler way?

Thank you for any hint!

share|improve this question
That's it. Anyway, the CFFTPStream may be too low-level. Take a look in libcurl, which makes it much easier. It will cache the connection and a has handful variety of options. One question though, to other developers: is it available in iOS? – sidyll Sep 5 '11 at 18:57
Ok, I did it by running a loop with a modified version of the SimpleFTPSample code and managed to upload multiple files. – iCode Sep 11 '12 at 21:57

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.