0
Q:

aws ubuntu file upload

// To copy one file
scp -i path/to/key file/to/copy [email protected]:path/to/file

// To copy an entire directory
scp -i path/to/key -r directory/to/copy [email protected]:path/to/directory
1
scp -i ~/Downloads/file.pem local_image_file user@ec2_elastic_ip:/home/user/images/
0
$scp -i ~/Desktop/amazon.pem ~/Desktop/MS115.fa  [email protected]:~/data/
0

New to Communities?

Join the community