albertony

Results 66 comments of albertony

Do you specifically want sftp to support executing `b3sum`, the same way as `md5sum` and `sha1sum`, because you intend to use it for supporting checksums on copy etc on this...

I just updated my previous experimental implementation, and pushed a draft https://github.com/rclone/rclone/pull/7767, which will create beta builds at https://beta.rclone.org/branch/add-xxh-blake-hash/ in case anyone feels like testing it out.

> I have a slight concern about sftp startup times. Lots of people use sftp without a config file which means that it probes for shells/supported hashes each time it...

On second though... I assumed you meant it probes hashes on each NewFs or similar, but I don't think it does? ~Don't have sftp server to test against right now~...

The path truncation is configurable: https://rclone.org/docs/#stats-file-name-length-integer Adding `--stats-file-name-length 0` *may* give you closer to acceptable results? Its not adapting to the actual terminal size, though, so I agree that is...

I think this still needs some tweaking. I need to step back a little, into the experimenting done in the recent PR. The behavior depends on existing cache, if exact...

I have a version now, with a separate cache step, which gives the results corresponding to the previous PR. I think is good now, but will do a few more...

@ncw Does your approval still apply? 😄 Should I merge it now? PS: Sorry for doing all the extra iterations and pushes since your last comment/approval, once again, leading to...

Bumped golangci-lint-action further past version 5 directly to 6.

I think its ok to include as an example. Two comments/questions: - Is it really bash-only? Or is `date` a standalone utility, independent of the shell, and works on all/most...