Guest User

Untitled

a guest
May 15th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # copy from local machine to remote machine
  2. scp localfile user@host:/path/to/whereyouwant/thefile
  3.  
  4.  
  5. # copy from remote machine to local machine
  6. scp user@host:/path/to/remotefile localfile
Add Comment
Please, Sign In to add comment