- I have created a
AWS server instance. - I have a
pemfile which i use to get access to the remoteAWSthrough my local system terminal - I have saved the file
pemfile in/home/downloads/xxx.pem
- I want to copy an image from location
/home/images/image.jpgto the server at/images - I did some research on the google and found out it is done through SCP
- I could not achieve the goal
How to use scp to copy an image from source( MY-Computer-Local ) to AWS(server)?
Thanks
man scp.