How can I download a file from a SSH session (without using sftp)
- by user34345
I know I can use sftp user@host ....
But what I want is to download a file from the existing session.
that is.
ssh user@host
... do some work ...
The main problem I have is that said file is under root on the server so doing a sftp command is not that simple.