What is the problem you are having with rclone?
Whenver I copy/sync an existing file, I get a 553 rename error for that file
I have tried 4 different Android FTP servers and this issue occurs with all of them
Run the command 'rclone version' and share the full output of the command.
rclone v1.71.1
- os/version: debian 13.1 (64 bit)
- os/kernel: 6.12.48+deb13-amd64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.25.1
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
FTP server on Android
The command you were trying to run (eg rclone copy /tmp remote:tmp)
rclone copy local:/tmp/test.png phone:/tmp
The rclone config contents with secrets removed.
[phone]
type = ftp
host = 192.168.1.8
user = <HIDE>
port = 2121
pass = <HIDE>
[local]
type = local
A log from the command with the -vv flag
2025/09/28 00:52:22 DEBUG : rclone: Version "v1.71.1" starting with parameters ["rclone" "copy" "local:/tmp/test.png" "phone:/tmp" "-vv"]
2025/09/28 00:52:22 DEBUG : Creating backend with remote "local:/tmp/test.png"
2025/09/28 00:52:22 DEBUG : Using config file from "/home/user/.config/rclone/rclone.conf"
2025/09/28 00:52:22 DEBUG : fs cache: renaming child cache item "local:/tmp/test.png" to be canonical for parent "/tmp"
2025/09/28 00:52:22 DEBUG : Creating backend with remote "phone:/tmp"
2025/09/28 00:52:22 DEBUG : ftp://192.168.1.8:2121/tmp: Connecting to FTP server
2025/09/28 00:52:22 DEBUG : ftp://192.168.1.8:2121/tmp: dial("tcp","192.168.1.8:2121")
2025/09/28 00:52:22 DEBUG : ftp://192.168.1.8:2121/tmp: > dial: conn=192.168.1.5:58526->192.168.1.8:2121, err=<nil>
2025/09/28 00:52:22 DEBUG : test.png: Sizes differ (src 68 vs dst 75)
2025/09/28 00:52:22 DEBUG : ftp://192.168.1.8:2121/tmp: dial("tcp","192.168.1.8:43411")
2025/09/28 00:52:22 DEBUG : ftp://192.168.1.8:2121/tmp: > dial: conn=192.168.1.5:34756->192.168.1.8:43411, err=<nil>
2025/09/28 00:52:22 ERROR : test.png.4bd48363.partial: partial file rename failed: Move Rename failed: 553 Can't rename file.
2025/09/28 00:52:22 INFO : test.png.4bd48363.partial: Removing failed copy
2025/09/28 00:52:23 ERROR : Attempt 1/3 failed with 1 errors and: Move Rename failed: 553 Can't rename file.
2025/09/28 00:52:23 DEBUG : test.png: Sizes differ (src 68 vs dst 75)
2025/09/28 00:52:23 DEBUG : ftp://192.168.1.8:2121/tmp: dial("tcp","192.168.1.8:42711")
2025/09/28 00:52:23 DEBUG : ftp://192.168.1.8:2121/tmp: > dial: conn=192.168.1.5:45918->192.168.1.8:42711, err=<nil>
2025/09/28 00:52:23 ERROR : test.png.4bd48363.partial: partial file rename failed: Move Rename failed: 553 Can't rename file.
2025/09/28 00:52:23 INFO : test.png.4bd48363.partial: Removing failed copy
2025/09/28 00:52:23 ERROR : Attempt 2/3 failed with 1 errors and: Move Rename failed: 553 Can't rename file.
2025/09/28 00:52:23 DEBUG : test.png: Sizes differ (src 68 vs dst 75)
2025/09/28 00:52:23 DEBUG : ftp://192.168.1.8:2121/tmp: dial("tcp","192.168.1.8:33429")
2025/09/28 00:52:23 DEBUG : ftp://192.168.1.8:2121/tmp: > dial: conn=192.168.1.5:42416->192.168.1.8:33429, err=<nil>
2025/09/28 00:52:23 ERROR : test.png.4bd48363.partial: partial file rename failed: Move Rename failed: 553 Can't rename file.
2025/09/28 00:52:23 INFO : test.png.4bd48363.partial: Removing failed copy
2025/09/28 00:52:23 ERROR : Attempt 3/3 failed with 1 errors and: Move Rename failed: 553 Can't rename file.
2025/09/28 00:52:23 INFO :
Transferred: 204 B / 204 B, 100%, 0 B/s, ETA -
Errors: 1 (retrying may help)
Elapsed time: 1.0s
2025/09/28 00:52:23 DEBUG : 4 go routines active
2025/09/28 00:52:23 DEBUG : ftp://192.168.1.8:2121/tmp: closing 1 unused connections
2025/09/28 00:52:23 NOTICE: Failed to copy: Move Rename failed: 553 Can't rename file.