mirror of
https://github.com/rclone/rclone.git
synced 2026-02-26 09:23:20 +00:00
Before this change we stopped processing --files-from files at the first error which meant that a file with an error (say permission denied) stopped the other files being copied. This change processes all the files it can and reports the errors at the end. Fixes #9115