Tagged Questions
6
votes
3answers
925 views
What classes do I use to make an iPhone act as a server?
I'm looking for an easy way for users to download content from an iPhone to their computer. I've seen other apps that actually turn the iPhone into a server and give the user an IP address to ...
1
vote
3answers
545 views
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 ...
0
votes
2answers
216 views
HTTP server on iPhone?
I am using cocoa http server on iPhone. Its working fine if I set a root document. But I want to list all the contents of my "Document directory". I tried setting the root document to the document's ...
0
votes
1answer
616 views
HTTP file upload taking component for iOS
I noticed the functionality on some PDF viewer for iOS. You can actually turn phone in server and upload files there from a normal computer. I found HTTP server implementation from iOS on Google site, ...