I have created in android an application that downloads via FTP connection some content (pdf, mp4, jpg) and saves it on sdCard then the the user can view each content file via some buttons on the app. My client asked me to created the same thing for iPad. My question if it is possible to create FTP connection and download needed content then display it in my app whenever i need them?
I have created in android an application that downloads via FTP connection some content
Share
This might help you:
http://developer.apple.com/library/ios/#samplecode/SimpleFTPSample/Introduction/Intro.html
Also this answer on stackoverflow:
iPhone FTP Integration
Or maybe:
Uploading and downloading via ftp with iPhone SDK