How can I disable file check after copy complete in rclone

Hello, I am trying the command

rclone --quiet --config rclone.conf copy Drive:'Stream/.d' Stream: --no-check-dest --retries 1

First drive is Google Drive and Second destination is FTP.

The error I am getting is this

2023/06/18 06:35:06 ERROR : Gumraah (2023)/Gumraah.2023.1080p.mkv: Failed to copy: update getinfo: object not found
2023/06/18 06:35:06 ERROR : Attempt 1/1 failed with 1 errors and: update getinfo: object not found
2023/06/18 06:35:06 Failed to copy: update getinfo: object not found

My Rclone Version is this

rclone v1.62.2
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 5.10.102.2-microsoft-standard (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.20.2
- go/linking: static
- go/tags: none

Rclone Config

[Drive]
type = drive
client_id = Hidden 
client_secret = Hidden 
scope = drive
token = Hidden
team_drive = Hidden
root_folder_id = 

[Stream]
type = ftp
host = Hidden
user = killerlearner
pass = Encrypted

I want to stop the check it did after copying to check whether file is copied or not. As my ftp not show any files it just allow me to copy to my desired location, I want to stop this check. Does anyone know the flag or command for that O⁠_⁠o

Please fill out the post template including rclone config

With checks there are errors in log file, without checks (I do not think it is possible on ftp) would be no errors. Final result is the same - rclone sends file and you pray that it is ok.

Check if files are there using other means - again checks or not rclone can not do more.

I am asking how to disable check is there any flag to disable it

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