Question

I need to get a file MD5 from WebDAV server. The ETag value is not suitable for me.

Is there anyway to get a file checksum from WebDAV server using java?

Was it helpful?

Solution

It's not part of WebDAV. That being said, you can try a HEAD request and see whether you receive a Content-MD5 header field...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top