본문 바로가기

IT/Linux

SCP 명령어 - 데이터 받아오기

scp -r [from_ip]:[file/dir full name] [to file/dir full name]


ex) scp -r 123.456.312.231:/home/kkyun2/test.txt /home/kkyun/what/testdir/test.txt


*** host.allow 설정이 양쪽으로 다 열려있어야 하고 서버 passwd 당연히 필요함...

'IT > Linux' 카테고리의 다른 글

[nfs] client단에서 마운트 시킬 때 필요한 것...  (0) 2015.04.08
[centos] cpu 정보 확인  (0) 2015.04.02
[rsync] 주요 옵션 정리 링크  (0) 2015.01.06
[centos] linux 메모리 확인  (0) 2014.12.01
[mac] 단축키 모음  (0) 2014.11.28