What classes do I use to make an iPhone act as a server?

前端 未结 3 1475
遥遥无期
遥遥无期 2021-02-09 19:10

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

3条回答
  •  执笔经年
    2021-02-09 20:07

    Google Toolbox for Mac has a class called GTMHTTPServer.

    Deusty Designs has a project called CocoaHTTPServer.

    You can't use port 80 because it requires root access.

提交回复
热议问题