Skip to content
On this page

로컬에서 아마존 서버로 파일 이동 하는 방법

ftp 사용 안하고도 파일을 옮길 수 있다.

사용 방법 :

scp -i 키파일 -r 옮길파일(경로포함)

centos@도메인:/home/유저 [옮길경로] scp -i test.pem -r index.html centos@127.0.0.1:/home/centos