IT/Linux
SCP 명령어 - 데이터 받아오기
DreamKiHyun
2015. 3. 19. 11:40
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 당연히 필요함...