How to move multiple files without reading from a file?

What is the problem you are having with rclone?

I am just trying to move certain files from within a folder. I noticed that i can use --files-from to specify a txt file containing path of each file which rclone can read. I was just wondering if we can directly pass multiple source file inputs to rclone in the cli itself. I have got all the file paths stored in an array

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

rclone v1.66.0-termux
- os/version: unknown
- os/kernel: 5.10.177-android12-9-00001-g219d8dfbba07-ab10551810 (aarch64)
- os/type: android
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.21.6
- go/linking: dynamic
- go/tags: noselfupdate

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

Google Drive

some command, and some filters can read from stdin. for example,
--exclude-from followed by - reads filter rules from standard input

that feature is not mentioned for --files-from, but could test that.

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