You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please can you test and report back. You'll need to use the --sftp-disable-concurrent-reads flag or set disable_concurrent_reads = true in the config file.
It introduces a new flag --sftp-disable-concurrent-reads to stop the
problematic behaviour in the SFTP library for read-once servers.
This upgrades the sftp library to v1.13.0 which has the fix.
…e#5077
It introduces a new flag --sftp-disable-concurrent-reads to stop the
problematic behaviour in the SFTP library for read-once servers.
This upgrades the sftp library to v1.13.0 which has the fix.
The symptom of this problem is when trying to do a copy from certain SFTP servers, rclone errors with
This is because the server can only read each file once - when the file is read it gets deleted.
There are some upstream issues about this
This issue was originally reported in the forum for more details see there: https://forum.rclone.org/t/sftp-fails-to-sync-to-local-failed-to-copy-file-does-not-exist/21759
The text was updated successfully, but these errors were encountered: