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
| Copy something from another system to this system: | |
| scp username@hostname:/path/to/remote/file /path/to/local/file | |
| Copy something from this system to some other system: | |
| scp /path/to/local/file username@hostname:/path/to/remote/file | |
| Copy something from some system to some other system: |
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
| license: mit |