SSH - Upload
1 minute read
원격 서버 → 로컬 서버로 파일 전송
scp [옵션] [계정명]@[원격지IP주소]:[원본 경로 및 파일] [전송받을 위치]
scp abc@111.222.333.444:/src/app/index.html /src/app/project
로컬 서버 → 원격 서버로 파일 전송
scp [옵션] [원본 경로 및 파일] [계정명]@[원격지IP주소]:[전송할 경로]
scp /src/app/project/index.html abc@111.222.333.444:/src/app/
I feedback.
Let me know what you think of this article in the comment section below!
Let me know what you think of this article in the comment section below!
comments powered by Disqus