Skip to content

Instantly share code, notes, and snippets.

@zeloc
Created August 16, 2018 08:14
Show Gist options
  • Save zeloc/66531c82add38e4926a9b15713c54c03 to your computer and use it in GitHub Desktop.
Save zeloc/66531c82add38e4926a9b15713c54c03 to your computer and use it in GitHub Desktop.
upload and download via scp
//Download From the server to your local
scp -P 2020 [email protected]:/home/coxandcox/stg.temp.db.sql.gz /Users/doug/Downloads/
//Upload From your machine to the server
scp -P 2020 /Users/doug/Downloads/rugs-buying-guide.pdf [email protected]:/home/coxandcox/production/pub/media/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment