I have created an EC2 instance in amazon , But i have no idea how to upload files in it, I use mac , so some one please guide me, their document did not help me .
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What is the operating system of the instance?
If it is a linux machine then you can use scp:
scp -i key.pem somefile.txt root@someip.compute-1.amazonaws.com:/tmp/For Windows this might help:
http://haacked.com/archive/2010/05/17/remote-desktop-file-copy.aspx