Quote:
Originally Posted by jcafaro10
Hmm. Thats the problem I think. I was going to ask how the server knows where the login/password information is. See, the server I'm using is my schools. They give us some web space which I can access by going to http://www.myschool.edu/~myusername and download files from there. I guess I was just hoping there was some generic way to upload and store data on a server.
|
Can you run PHP scripts from that server space? If so, that's what you need to do. Or Perl, but I find PHP easier for anything except heavy duty string manipulation. There's no way to upload files to a webserver without some cooperation from the server.
It's also possible someone has implemented an FTP client class for the iPhone.
joe