Suppose a file called Test is in my /home/myname/ on Ubuntu. To transfer to remote I'll open a terminal and go:
scp "Test" user@node:"~/Folder1/folder2"
How would I alter this command to be able to transfer Test into folder2 from within an SSH connection to user@node? As in, if I first open a SHH connection, then from within the terminal that's connected to remote what command do I issue to conduct the above transfer?