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 服务器获取文件 MD5。ETag 值不适合我。
无论如何使用java从WebDAV服务器获取文件校验和?
它不是 WebDAV 的一部分。话虽如此,您可以尝试 HEAD 请求并查看是否收到 Content-MD5 标头字段...