LIBSSH2_ERROR_TIMEOUT 15 seconds timeout [libssh2_sftp_write]
- Posts: 6
- Joined: 17 Jan 2018
Hello, im messing around with this error in regular intervals. Is there a way to increase the time before the timeout happens or a fix in general?
- Site Admin
- Posts: 7283
- Joined: 9 Dec 2007
A 15 seconds timeout is not an error in your scenario? (Is such a high-latency connection useable at all?)
- Posts: 6
- Joined: 17 Jan 2018
Normally the latency is about 20 milliseconds but sometimes my VPN connection abort. Then it takes a while to get reconnected automatically. It would be good if FreeFileSync keep transfering once the VPN connection is established again.
- Site Admin
- Posts: 7283
- Joined: 9 Dec 2007
FFS already has "retry on failure". Regarding a "continue file copy after connection abort", I have doubts if this is a safe operation or if it might lead to intermittent data corruption.
- Posts: 6
- Joined: 17 Jan 2018
It isn't a problem if the whole file has to send again. For me it is only important that the synchronization continues again after the connection is established. Do you mean "automatic retry" or is "retry on failure" another function?
- Site Admin
- Posts: 7283
- Joined: 9 Dec 2007
Yes, "automatic retry" with a delay will work the same way a manual retry does.