1

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?

Matthias Bauch
  • 89,811
  • 20
  • 225
  • 247
DanM
  • 1,530
  • 4
  • 23
  • 44

2 Answers2

1

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

Community
  • 1
  • 1
David Raijmakers
  • 1,369
  • 1
  • 16
  • 40
1

I've made good use of this FTP library in my own iOS app

rmaddy
  • 314,917
  • 42
  • 532
  • 579