Answers for "scp file from local to ec2"

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
0

scp file from local to ec2

scp -i myAmazonKey.pem phpMyAdmin-3.4.5-all-languages.tar.gz [email protected]:~/.
Posted by: Guest on February-05-2021

Browse Popular Code Answers by Language