Rclone - Transfer only a list of files from a specific folder

Hi,

Many thanks for your help. Your script worked as Intended.

I used:

Get-Content .\files-from.txt | ForEach-Object { .\rclone copy Wasabi:DemoFootage C:\Users\nmb\Desktop\Teste --include $_ }

On Windows Powershell.

There's only one error message with the --include parameter. It doesn't affect the results. See the screen below:

And it download the files and directories I wanted - listed on the .txt file, organized by folders like in the remote. It fixed the problem.

If it's not too much, what will be the one line script to use on Mac OSX Terminal? Will it be the same as the Powershell?