Reputation: 4835
I need my ios device to act like a server i.e. once I connect my iphone with computer I'll be able to upload documents to iphone and as well as download documents from iphone. I know this is possible but I forgot library that allow us to do that. Does anybody knows such library? Also any sample code will be really helpful
Thanks
Upvotes: 1
Views: 282
Reputation: 907
Refer http://www.cocoadev.com/index.pl?AsyncSocket. Using socket connection you can make your iphone as a server by running your app which makes a socket connection.
Upvotes: 2