Created
February 25, 2018 04:54
-
-
Save lkrych/3555034bbcaf2fd53ee01a18bfad4321 to your computer and use it in GitHub Desktop.
scp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # will recursively transfer all the files in ./your_static_files | |
| scp -i "your-key.pem" -r ./your_static_files ubuntu@ec2-<your-ip>compute-1.amazonaws.com:~/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment