onisuly / filerun-checksum

Plugin for FileRun to create hashes of files
2 stars 1 forks source link

Feature: checksums for webdav clients #2

Open hrdwdmrbl opened 7 months ago

hrdwdmrbl commented 7 months ago

Context

I'm using rclone to copy a Google Drive over to Filerun.

I tried using the --checksum argument for rclone, but it complains with the warning:

NOTICE: webdav root '@Home/Google Drive clone': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only

Request

It appears that this checksum feature is just for use in the UI but does not allow the webdav server to provide the checksums to clients. That would be awesome!

hrdwdmrbl commented 7 months ago

Apparently the webdav server needs to provide the checksum in the HEAD.

source: https://greenbytes.de/tech/webdav/rfc3230.xhtml