• Home
  • About
    • Seokmin.Lee photo

      Seokmin.Lee

      Hello, I am a master's student in the Department of Convergence Security (Samsung Advanced Security) at Korea University.After graduation, I am expected as a security developer or researcher member of Samsung SDS.

    • Learn More
    • LinkedIn
    • Github
  • Posts
    • All Tags

[linux]scp

24 Sep 2020

ssh로 리눅스 끼리 데이터 보내기

$scp -P {포트포워딩된 포트} [-r(디렉토리일경우)] {보내고자 하는 디렉토리}{보내고자하는 곳 이름@ip}:{보내고자 하는 곳에 저장될 디렉토리 위치}

EX) scp -P 1302 -r /home/leekatme/PycharmProjects/pythonProject csslab@{0.0.0.0}:/home/csslab/바탕화면/kakotalk_api



linuxsshremote-connect Share Tweet +1