Hacker News new | ask | show | jobs
by lhoff 1988 days ago
That doesn't really help when transfering a file. That was one of the user cases where the author had problem with.
3 comments

Yes it would because the file transfer would continue inside the screen session instead of dying with the ssh session.
I think they meant they were using scp to transfer files from the remote computer to the local one.
That wouldn't be an "Idle SSH Session".
Or keeping an SSH session open for proxy tunneling when PuTTy is only capable of automatically reconnecting on certain disconnects and not others for some stupid reason.
rsync over ssh solves this... Just start it again and transfer the remaining part.