Answers for "aws ubuntu file upload"

1

send file to aws ec2 termnal

// 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
Posted by: Guest on May-10-2020
1

aws ec2 upload file

scp -i ~/Downloads/file.pem local_image_file user@ec2_elastic_ip:/home/user/images/
Posted by: Guest on June-10-2020
0

aws ubuntu file upload

$scp -i ~/Desktop/amazon.pem ~/Desktop/MS115.fa  [email protected]:~/data/
Posted by: Guest on June-10-2020

Code answers related to "Dart"

Browse Popular Code Answers by Language