How to lsf --hash for webdav?

I want to lsf hash csv for my webdav backend.

rclone lsf remote: --format psh --hash md5 --csv --files-only

Then I got:

2023/01/21 20:31:00 ERROR : 文档.docx: Failed to read hash: hash type not supported
文档.docx;10736;

I can use rclone md5sum remote: --download , but that isnot csv output.

If I run rclone lsf remote: --format psh --hash md5 --csv --files-only --download

 error: unknown flag: --download

I want to create an MD5 CSV table for files in remote webdav storage, like this:

Main.java,297,1bc68792ead47bb26d59528b8514d915
.vscode/launch.json,621,b88e85ab5fbe722913e5538dd34bc4a4

It's in the output there as WebDav doesn't support that hash type.

rclone backend features remote:

Will show you what hashes are supported.

I want to use --download on remote that does not support hash.

But only hashsum has --download flag, lsf does not.

Perhaps check out the hasher remote.

You can't use lsf to get a hash on a remote that doesn't support as it only list files.

great! thank you :blush:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.