Does anyone know if there’s a built in method/object I can use or an existing library? I have the host, post, username, password, path to the image (local) and destination path (remote). The sever suports ‘sftp’ and ‘ftp’, I don’t think I can upload via http.
Share
It’s pretty easy. CFFTPSample (P.S. or it was SimpleFTPSample?) – demo app from XCode documentation. Run it, it does exactly you ask for.
Or read an article: Working with FTP Servers