[명령어]
scp [옵션] [파일명] [원격지_id]@[원격지_ip]:[받는 위치]
[예제]
scp fileName1 root@192.168.100.1:/temp
<참고>
https://wlsvud84.tistory.com/11
'Infra Structure > Linux' 카테고리의 다른 글
ssh key 생성(원격서버접속) (0) | 2022.06.12 |
---|---|
[Linux] ps -aux --forest | grep nginx (0) | 2022.06.01 |
ll 명령어 등록하기(ls -al) (0) | 2022.05.25 |
sftp - telnet ,ssh 상에서 파일 업로드/ 다운로드 (0) | 2022.04.22 |
sha256sum을 이용해 파일의 유효성 검증 (0) | 2022.03.14 |