我需要在iOS中实现webdav或ftp服务器。有人可以建议一个webdav或ftp服务器开源项目吗?
答案 0 :(得分:2)
TouchHTTPD怎么样?
TouchHTTPD / Projects / iPhone WebDAV Server
TouchWebDAV Caveats
BASIC Auth Only (Digest auth coming soon)
No SSL
Not optimised for caching headers (If-*)
Cannot use Finder WebDAV and TouchWebDAV server on same machine!
WebDAV locking is totally fake.
Set attribute operations unsupported (so chmod, touch will not work)
答案 1 :(得分:1)