Rclone copy changing file name

hello, trying to copy a file by changing the name on the destination on an s3 endpoint it happens that a directory is created (bucket) with the source name in which the file with the new name is copied.

rclone copy filename.txt s3dest:bucketname/testdir/newfilename.txt

what am I doing wrong? or what I didn't understand :frowning: ?

thank yoo.

1 Like

You want:

https://rclone.org/commands/rclone_copyto/

2 Likes

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