How copy with shell commands(Linux) from 1 computer have (permanent url + open port) to 2 computer (secure way)?
- by BenBen
How copy with shell commands(Linux) from remote(my office computer) computer (permanent url + open port) to my (home) computer home/remote_computer_user/Desktop/test1.txt to my home computer home/home_computer_user/Downloads/ ?
What I am doing:
1. ssh <user>@<computer1address> -p <port> :: success to get remote computer shell ()
2. (I think I should use scp , but I dont how exactly in my case)
Please if you can, write the exact commands that i should to from the shell
Thanks in advance