티스토리 뷰
로컬에서 원격지 전송 (linux ===> linux)
scp /DATA/test1.txt root@192.168.000.000:/home/user01/
원격지에서 로컬로 전송 (linux <=== linux)
scp root@192.168.000.000:/home/user01/test1.txt /DATA
로컬에서 원격지 전송 (windows ===> linux)
scp C:\test1.txt root@192.168.000.000:/home/user01/
원격지에서 로컬로 전송 (windows <=== linux)
scp root@192.168.000.000:/home/user01/test1/txt C:\
로컬에서 원격지 전송 (linux ===> windows)
scp /DATA/test1.txt administrator@172.16.000.000:/C:\
원격지에서 로컬로 전송 (linux <=== windows)
scp administrator@172.16.000.000:/C:\test1.txt /DATA/
'self training > lin' 카테고리의 다른 글
리눅스 디랙토리 및 파일 용량 오름차순, 내림차순 표시 (0) | 2023.06.13 |
---|---|
iptables (0) | 2023.05.22 |
crontab (0) | 2023.03.14 |
리눅스 콘솔에서 특정 문자열 파일 편집 (0) | 2022.12.15 |
elasticsearch linux version command (0) | 2022.12.12 |
댓글