Here are somes tests attempting to transfer the same file that's 120Mb long:
1st attempt:
Transfer window closes after only 11.5Mb transfered out of 120Mb. Here is the log:
SSH: Receiving neo4j.tgz
Timeout on Command 1018.
SSH: Error while reading: did not receive a valid SFTP packet
Connection closed
Opening Connection production.onmap-visual.com:22
12156928 bytes received in 99.437 seconds (119.144 Kbytes/sec)
SSH: ssh_init: error during SSH connection setup 0
2nd attempt:
Transferred worked and filesize is correct.
3rd attempt:
Transfer window closes after only 10Mb transferred out of 120Mb. Log:
SSH: Receiving neo4j.tgz
Timeout on Command 1018.
SSH: Error while reading: did not receive a valid SFTP packet
Connection closed
Opening Connection production.onmap-visual.com:22
10518528 bytes received in 93.828 seconds (109.384 Kbytes/sec)
SSH: ssh_init: error during SSH connection setup 0
Connection closed
Note that my connection asks for my ssh key password each time I try to connect for the first time (I chose not to save it for now), but when the transfer stops, nothing happens: the window simply closes without any error.
Each time, the transfer slows down immediately, then stalls for a few seconds, and then the transfer window simply disapears (without any error).
I am not using any other server but this one: I'll do more tests on other servers. I had not antivirus other than the build-in windows 10 defender which I de-activated before running these tests.
One more problem.
Sometimes, when I log into my SFTP server, change to a directory, then drag a file to download it, I immediately get this error:
"An error occurred copying 'file.tgz': The directory or file cannot be created. (82)"
I can "Retry" "Skip", or "Abort".
If I choose "Retry", the connection is restarted (I need to re-enter the password of my ssh key) and the transfer starts.