Created
August 16, 2018 08:14
-
-
Save zeloc/66531c82add38e4926a9b15713c54c03 to your computer and use it in GitHub Desktop.
upload and download via scp
This file contains 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
//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