Answers for "send file to aws ec2 termnal"

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language