AWS에서 Linux SCP 이용하기
stackexchange https://superuser.com/questions/1296024/windows-ssh-permissions-for-private-key-are-too-open
https://ict-nroo.tistory.com/40
https://eehoeskrap.tistory.com/543
https://dejavuqa.tistory.com/358
https://www.sallys.space/blog/2017/11/28/aws-scp/
https://stackoverflow.com/questions/11304895/how-do-i-copy-a-folder-from-remote-to-local-using-scp
scp -i C:\pemfile.pem -r C:\Users\username\Desktop\projects\projectFoldername ec2-user@ec2-3-36-51.25.ap-northeast-2.compute.amazonaws.com:/home/ec2-user
scp -i C:\pemfile.pem -r C:\Users\username\Desktop\projects\projectFoldername\. ec2-user@ec2-3-36-51.25.ap-northeast-2.compute.amazonaws.com:/home/ec2-user
// 경로에 .을 붙어야할 수도?
문제점
file 권한 문제인지 windows에서 linux로 폴더 째로 파일 전송시 몇몇 file은 전송되지 않음