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!