Copy (clone) files within the same ACD?

Hi, is it possible to copy files in ACD from one folder to another? Not moving the files, but actually cloning them.

Thanks.

Hi, you can do it like this, but unfortunately ACD doesn’t support copy so it’ll download each file and upload it again into the new folder.

rclone copy acd:folder1 acd:folder2

Thanks. That’s what I needed.