I was wondering if it's possible to copy a file using my existing open ssh session.
My server uses an interactive login mechanism and I don't want to open another session for the copy.
I want to be able to open once an ssh session, run a few commands and then copy a file using the same session.
Is it possible without using some type of port forwarding?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I was wondering if it's possible to copy a file using my existing open ssh session.
My server uses an interactive login mechanism and I don't want to open another session for the copy.
I want to be able to open once an ssh session, run a few commands and then copy a file using the same session.
Is it possible without using some type of port forwarding?