Friday, 31 October 2025

Linux: sftp gets stalled after some time and it won't progress

 The solution that helped me, was to run instead:


>scp -l 8192 <file> <remote_destination>

It is slower, but ot doesn't get stalled. I hope it will help others as well.