Search code examples
iphoneftpbonjourfile-sharinghttpserver

iPhone: How to Share/Move Files from App Directories to Other Devices


I have an app which generates some files in the app directories

I need users to be able to access the files from another device/computer via file sharing over wifi, using a web browser, a ftp client or some similar method.

Can the iPhone act as a http server and ftp server by itself or do I need to do some programing to make the http server and ftp server by myself?

Thanks

interdev


Solution

  • The code examples for Erica Sadun's rather excellent 3.0 edition of the iPhone Developer's Cookbook are downloadable at github. She has two chapters on various modes of networking including an example HTTP server.