Skip to content

Instantly share code, notes, and snippets.

@aduquet
Last active November 11, 2018 22:04
Show Gist options
  • Save aduquet/e73343e2525ca72999ca22b27a8b53d3 to your computer and use it in GitHub Desktop.
Save aduquet/e73343e2525ca72999ca22b27a8b53d3 to your computer and use it in GitHub Desktop.
scp linux comand
EXAMPLE 1:
To copy from nuc to jump server:
scp nuc@nuc3:~/flowRecorder/univ2_pt4-* ./
to Copy from Jump server to PC
scp -P 2020 aleja@103.196.108.25:univ2* ./
EXAMPLE 2:
scp nuc@nuc2:~/flowRecorder/univ2_pt6-* ./
scp -P 2020 aleja@103.196.108.25:univ2* ./
I will hope that the above works! Good Luck!
kind regards!
Aleja :)
scp IdleTimeOutflowRecorder_v3.py nuc@nuc4:~/FlowID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment