How to reduce "451 Transfer aborted errors" or avoid the errors on rclone?
by wmk7032 from LinuxQuestions.org on (#5DW8K)
I'm doing ftp copy(mirroring) with rclone.
I'm used to commanding as below:
Code:rclone copy remote:/ /local/ --progressbut, The following error must be occured.
" Failed to copy: 451 Transfer aborted. Broken pipe"
It seems to automatically try 3 times at once command.
Some files succeed, but some finally fail.
How to reduce "451 Transfer aborted errors" or avoid the errors on rclone?


I'm used to commanding as below:
Code:rclone copy remote:/ /local/ --progressbut, The following error must be occured.
" Failed to copy: 451 Transfer aborted. Broken pipe"
It seems to automatically try 3 times at once command.
Some files succeed, but some finally fail.
How to reduce "451 Transfer aborted errors" or avoid the errors on rclone?