LIBSSH2_ERROR_TIMEOUT 15 seconds timeout [libssh2_sftp_write]

Get help for specific problems
Posts: 6
Joined: 17 Jan 2018

1297christian

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?
User avatar
Site Admin
Posts: 7058
Joined: 9 Dec 2007

Zenju

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

1297christian

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.
User avatar
Site Admin
Posts: 7058
Joined: 9 Dec 2007

Zenju

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

1297christian

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?
User avatar
Site Admin
Posts: 7058
Joined: 9 Dec 2007

Zenju

Yes, "automatic retry" with a delay will work the same way a manual retry does.