I'm looking for a WebDAV server - best Open Source - for iPhone and iPad for integration in my app. It should be possible to list, download and upload files. I would like to point the server root on the 'Documents' folder of my app, so the methods should be mapped directly to the file system if possible.
On my search through the internet I came around some suggestions, but they did not work for me:
touchcode - the WebDAV server part can be found unter 'Experimental' and I was not able to get it running. Maybe someone has a working release of it?
iSharing - this seemed to be a commercial solution which now has been dropped by the developer. I was not able to find more info about it.
CocoaHTTPServer - an Apple sample project of a simple HTTP Server. Apple employees themselves write non their support list that this would be a good starting point, though I was not able to find a WebDAV addition for it. Maybe there is one?
So that's what I was able to find so far. Hint would be very appreciated. Thanks.