Infra Structure/Linux

scp 파일 전송 명령어

하 선생 2022. 5. 26. 14:09

[명령어]

scp [옵션] [파일명] [원격지_id]@[원격지_ip]:[받는 위치]
 

[예제]
scp fileName1 root@192.168.100.1:/temp

 

<참고>

https://wlsvud84.tistory.com/11