Skip to content

Instantly share code, notes, and snippets.

@namkyu
Last active February 7, 2018 00:38
Show Gist options
  • Save namkyu/40f4dbfbfe6eeebab1cd0ae716055bd7 to your computer and use it in GitHub Desktop.
Save namkyu/40f4dbfbfe6eeebab1cd0ae716055bd7 to your computer and use it in GitHub Desktop.
scp command #linux

원격 -> 로컬 (다운로드)

# scp [email protected]:/home/abc/es.tar.gz .

로컬 -> 원격 (업로드)

scp es.tar.gz [email protected]:/home/abc/

추가

-r 옵션 추가 시 디렉토리를 전송한다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment