I have managed (finally) to send something (a picture) to my server. This has been a painful journey for me.
I used the Apple sample code for SimpleFTPSample and put in my server details. I now want to do this again, but this time send a text file with the contents of whatever in entered into a textField.
Can anyone help?
Here's a FTP library that works on iPhone:
http://code.google.com/p/s7ftprequest/
The example on their web page looks straightforward: