mirror of
https://github.com/rclone/rclone.git
synced 2025-04-22 03:48:51 +08:00

Before this change multi-thread copies using the FTP backend used to error with 551 Error reading file This was caused by a spurious error being reported which this code silences. Fixes #7532 See #3942