Advertisement
deeejay

Bash - SCP commands

Jul 31st, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. -- Copy a single file
  2. scp your-transformation.ktr root@192.168.1.1:/srv/repos/git/pdi/your-transformation.ktr
  3.  
  4. -- Copy multiple files
  5. scp -r . root@192.168.1.100:/srv/repos/git/pdi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement