I want to create an App that can share files between other iOS devices and potentially also Desktop computers.
So what I want to do is run a lightweight web server on my device that allows to download files from the device like so:
http://myphone.local:1234/folder/samplefile.txt
How can I provide such a server on a non-jailbroken device. I would prefer not to write a server like this from scratch :-).
Thanks a lot for your help