How to copy single?rclone copy s3:test/rclone_test.txt s3:test/rclone_test_copy.txt

What is the problem you are having with rclone?

How to copy single file?

What is your rclone version (output from rclone version)

  • rclone v1.55.1
  • go/version: go1.16.3
  • go/linking: dynamic
  • go/tags: cmount

Which OS you are using and how many bits (eg Windows 7, 64 bit)

  • os/type: darwin
  • os/arch: amd64

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

OSS

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

rclone copy s3:test/rclone_test.txt s3:test/rclone_test_copy.txt

In fact rclone_test.txt is a file, and I want to copy it to rclone_test_copy.txt(also a file). What can I do?

Hi, welcome to the forum!
You should try rclone copyto.

Thank you so much!

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