Jackrabbit Webdav:如何重命名文件或文件夹

发布于 2024-12-15 08:25:27 字数 374 浏览 2 评论 0原文

我正在为我的 Android 使用 JackRabbit Cient。对于重命名文件或文件夹,我没有找到任何方法。但我尝试通过将一个文件夹移动到另一个文件夹,然后删除第一个来实现此目的。但我认为这不是一个好主意从客户端删除。因此,请建议使用 JackRabbit 来重命名 Webdav 文件的任何直接方法。

其次,当我创建子文件夹时,我收到的状态是405,方法不允许。我不知道它到底在说什么。

第三,如何获取文件夹内的总空间

最后,如何使用 JackRabbit Webdav Clint 获取文件夹的访问属性

提前致谢, 煞。

I'm using JackRabbit Cient for my Android.For Renaming the file or folder i didn't find any method.But i tried to make this by moving one folder to another and then deleting the first.But I think it's not a good idea to delete from client end.So,Please suggest any direct method to rename a Webdav file using JackRabbit.

Secondly,When i'm creating a subfolder I'm getting status saying 405,Method not Allowed.I have no idea what it's exactly saying.

Thirdly,How can i get the total space within a folder.

Lastly,How to get the access properties of folder using JackRabbit Webdav Clint.

Thanks in Adavance,
Sha.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧时模样 2024-12-22 08:25:27

(1) 重命名与在同一父文件夹内移动相同

(2) 不看痕迹很难知道。

(3) 标准WebDAV中没有这样的东西。所以由客户来计算。

(4) 我认为 Jackrabbit 还没有通过 WebDAV 公开访问控制属性。

(顺便说一句,不太清楚您是在询问有关 Android 客户端、协议还是服务器的问题)。

(1) Renaming is the same as moving inside the same parent folder

(2) Hard to know without seeing a trace.

(3) There is no such thing in standard WebDAV. So it's up to the client to calculate it.

(4) I don't think Jackrabbit exposes Access Control properties over WebDAV yet.

(BTW it's not really clear whether you're asking questions about the Android client, the protocol, or the server).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文