How copy with shell commands(Linux) from 1 computer have (permanent url + open port) to 2 computer (secure way)?
Posted
by
BenBen
on Super User
See other posts from Super User
or by BenBen
Published on 2011-06-23T15:36:00Z
Indexed on
2011/06/23
16:25 UTC
Read the original article
Hit count: 168
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
© Super User or respective owner