I have been running my code within a screen session on a remote server. I want to move the output directories generated within this session on the remote server to my local server using SCP but I am not able to.
Is there a way to do this?
If not, how can I copy my folders from the screen session to my remote server (so that I can SCP to my local server)?
Currently, this is what I do.
ssh [email protected]
[email protected]$ screen -r xxxx.pt
root@xxxxxx# ls media
Experiment_A
Local Server
scp [email protected]:/media/Experiment_A/features /Users/local/ExpResult
(Output)
scp: /media/Experiment_A/features: No such file or directory