Copy files to sftp without .partial files

What is the problem you are having with rclone?

Trying to sync files to Bunny Storage but their SFTP does not allow renames/moves. Need to know how to copy/sync files as-is without using .partial files.

Run the command 'rclone version' and share the full output of the command.

rclone v1.66.0
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 5.15.0-100-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.22.1
- go/linking: static
- go/tags: none

Which cloud storage system are you using? (eg Google Drive)

Bunny Storage (SFTP):
storage.bunnycdn.com

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone -vP sync ./ bunny:/

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[bunny]
type = sftp
host = XXX
user = XXX
pass = XXX
disable_hashcheck = true
shell_type = none

A log from the command that you were trying to run with the -vv flag

2024/03/17 18:33:57 ERROR : favicon.png.pozabum6.partial: partial file rename failed: Move Rename failed: sftp: "Internal server error." (SSH_FX_FAILURE)
2024/03/17 18:33:57 INFO  : favicon.png.pozabum6.partial: Removing failed copy

If the --inplace flag is supplied, rclone will upload directly to the final name without creating a .partial file.

1 Like

Thank you kind stranger!

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