Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在搜索 WebDav 库并在 github 上找到了这个ACConnect WebDav 项目
我能够上传和下载图像/文件。我一直无法弄清楚如何上传文件夹。如果有人有任何想法,请分享:)
好的,发现我们不能直接使用这个库上传完整的文件夹。
有一个功能[propReq createCollection:filePath];可以让我们在 webdav 服务器上创建文件夹。然后我们需要将文件一个一个地上传到这个新创建的文件夹中。在实现完整文件夹的上传方面:)
[propReq createCollection:filePath];