Skip to content

Instantly share code, notes, and snippets.

@lkrych
Created February 25, 2018 04:54
Show Gist options
  • Save lkrych/3555034bbcaf2fd53ee01a18bfad4321 to your computer and use it in GitHub Desktop.
Save lkrych/3555034bbcaf2fd53ee01a18bfad4321 to your computer and use it in GitHub Desktop.
scp
# 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