WebDAV Server for Cocoa iPhone and iPad running iOS

前端 未结 2 1669
暗喜
暗喜 2021-02-10 16:01

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 po

相关标签:
2条回答
  • 2021-02-10 16:45

    Try combining the DynamicServer and iPhoneHTTPServer projects in CocoaHTTPServer. Use NSFileManager to get the file contents. You have to use a web browser...

    0 讨论(0)
  • 2021-02-10 16:50

    Try https://github.com/swisspol/GCDWebServer#webdav-server-in-ios-apps it seems to be doing well and active.

    0 讨论(0)
提交回复
热议问题