Last active
November 2, 2019 01:57
-
-
Save robdecker/bacf240dd845ccf68f0e to your computer and use it in GitHub Desktop.
[Download a file from server using SSH] From http://stackoverflow.com/questions/9427553/how-to-download-a-file-from-server-using-ssh #sh
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
$ scp [email protected]:foobar.txt /some/local/directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment