Skip to content

Instantly share code, notes, and snippets.

@mbartoli
Created July 14, 2015 13:53
Show Gist options
  • Save mbartoli/009c596e495c7a92d98c to your computer and use it in GitHub Desktop.
Save mbartoli/009c596e495c7a92d98c to your computer and use it in GitHub Desktop.
Copy files from localhost to vagrant box
scp -P 2222 file.txt vagrant@127.0.0.1:/home
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment