Skip to content

Instantly share code, notes, and snippets.

View aduquet's full-sized avatar
👩‍💻
Focusing

Aleja Duque-Torres aduquet

👩‍💻
Focusing
View GitHub Profile
@aduquet
aduquet / How to use scp
Last active November 11, 2018 22:04
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: