What is the problem you are having with rclone?
Error message failed to copy operation is not permitted.
Run the command 'rclone version' and share the full output of the command.
rclone v1.69.2
- os/version: darwin 15.5 (64 bit)
- os/kernel: 24.5.0 (arm64)
- os/type: darwin
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.24.2
- go/linking: dynamic
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Dedicated SFTP server.
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone move emer:SHARED/test /usr/xxx/Documents/SHARED -vv -P
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[emer]
type = sftp
host = XXX
user = XXX
pass = XXX
shell_type = unix
md5sum_command = md5sum
sha1sum_command = sha1sum
A log from the command that you were trying to run with the -vv
flag
2025/05/23 04:10:56 DEBUG : file.mp4: Need to transfer - File not found at Destination
2025/05/23 04:10:56 DEBUG : Local file system at /usr/xxx/Documents/SHARED: Waiting for checks to finish
2025/05/23 04:10:56 DEBUG : Local file system at /usr/xxx/Documents/SHARED: Waiting for transfers to finish
2025/05/23 04:10:56 DEBUG : file.mp4: multi-thread copy: disabling buffering because destination uses OpenWriterAt
2025/05/23 04:10:56 ERROR : file.mp4: Failed to copy: multi-thread copy: failed to open chunk writer: mkdir /usr/xxx: operation not permitted
2025/05/23 04:10:56 ERROR : Attempt 1/3 failed with 1 errors and: multi-thread copy: failed to open chunk writer: mkdir /usr/xxx: operation not permitted
2025/05/23 04:10:57 DEBUG : file.mp4: Need to transfer - File not found at Destination
2025/05/23 04:10:57 DEBUG : file.mp4: multi-thread copy: disabling buffering because destination uses OpenWriterAt
2025/05/23 04:10:57 DEBUG : Local file system at /usr/xxx/Documents/SHARED: Waiting for checks to finish
2025/05/23 04:10:57 DEBUG : Local file system at /usr/xxx/Documents/SHARED: Waiting for transfers to finish
2025/05/23 04:10:57 ERROR : file.mp4: Failed to copy: multi-thread copy: failed to open chunk writer: mkdir /usr/Raphael: operation not permitted
2025/05/23 04:10:57 ERROR : Attempt 2/3 failed with 1 errors and: multi-thread copy: failed to open chunk writer: mkdir /usr/Raphael: operation not permitted
2025/05/23 04:10:59 DEBUG : file.mp4: Need to transfer - File not found at Destination
2025/05/23 04:10:59 DEBUG : file.mp4: multi-thread copy: disabling buffering because destination uses OpenWriterAt
2025/05/23 04:10:59 DEBUG : Local file system at /usr/xxx/Documents/SHARED: Waiting for checks to finish
2025/05/23 04:10:59 DEBUG : Local file system at /usr/xxx/Documents/SHARED: Waiting for transfers to finish
2025/05/23 04:10:59 ERROR : file.mp4: Failed to copy: multi-thread copy: failed to open chunk writer: mkdir /usr/xxx: operation not permitted
2025/05/23 04:10:59 ERROR : Attempt 3/3 failed with 1 errors and: multi-thread copy: failed to open chunk writer: mkdir /usr/xxx: operation not permitted
file.mp4: Failed to copy: multi-thread copy: failed to open chunk writer: mkdir /usr/xxx: operation not permitted