What is the problem you are having with rclone?
I am using rclone check with --download flag but sometimes I get read: connection reset by peer while it downloads a large object(~2gb). And due to this check command fails with 1 hashes could not be checked.
Run the command 'rclone version' and share the full output of the command.
rclone v1.48.0
- os/arch: linux/amd64
- go version: go1.12.6
The command you were trying to run (eg rclone copy /tmp remote:tmp)
["./rclone" "-vv" "--retries" "5" "check" "--download" "src_dir" "destination:dest_name" "--multi-thread-streams" "64" "--transfers=64"]
The rclone config contents with secrets removed.
Default config used
A log from the command with the -vv flag
2023/05/29 04:06:19 DEBUG : rclone: Version "v1.48.0" starting with parameters ["./rclone" "-vv" "--retries" "5" "check" "--download" "src_dir" "destination:dest_name" "--multi-thread-streams" "64" "--transfers=64"]
2023-05-29T04:06:19.750975267Z
2023/05/29 04:06:19 NOTICE: Config file "/root/.config/rclone/rclone.conf" not found - using defaults
2023-05-29T04:06:19.751319806Z
2023/05/29 04:06:19 INFO : S3 bucket dest_name: Waiting for checks to finish
2023-05-29T04:06:39.883048787Z
2023/05/29 04:06:39 ERROR : large: Failed to download: read tcp ip1->ip2: read: connection reset by peer
2023-05-29T04:06:40.86839994Z
.... Multiple Lines says Object name : OK
2023/05/29 04:06:40 DEBUG : medium: OK
2023-05-29T04:06:40.892699411Z
.....
2023/05/29 04:06:41 NOTICE: S3 bucket dest_name: 1 differences found
2023-05-29T04:06:41.22404738Z
2023/05/29 04:06:41 NOTICE: S3 bucket dest_name: 1 hashes could not be checked
2023-05-29T04:06:41.224054905Z
2023/05/29 04:06:41 NOTICE: S3 bucket dest_name: 49 matching files
2023-05-29T04:06:41.224272444Z
2023/05/29 04:06:41 Failed to check with 2 errors: last error was: 1 differences found