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