How do you copy files from local linux computer to amazon aws linux instance?
We can do that through scp command shown below:
scp -i testkey1.pem sourcefile [email protected]:outputfile
or if you want to copy a complete directory
scp -i testkey1.pem -r sourcefolder/ [email protected]:~/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With