haiwen / seafdav

Seafile webdav server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support hash and modtime comparison with RClone

chrisvire opened this issue · comments

Rclone is a command line program to manage files on cloud storage. It support WebDAV and on Onecloud and Nextcloud it uses hashes and modtimes when comparing files.

Please add support for hash and modtime comparisons.

Note: I did try using the Seafile connector, but it didn't support hashes or modtimes and it would intermittently fail.

Rclone source for how it checks to see if owncloud or nextcloud supports checksums:

https://github.dev/rclone/rclone/blob/master/backend/webdav/webdav.go