Skip to content

Instantly share code, notes, and snippets.

@smileprem
Last active September 20, 2017 23:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smileprem/ba3507e98aaec327a360ef5b5e0a4480 to your computer and use it in GitHub Desktop.
Save smileprem/ba3507e98aaec327a360ef5b5e0a4480 to your computer and use it in GitHub Desktop.
scp commands
# Copy from server to local
scp username@hostname:/path/to/file/on/server local/file/path
# Copy from local to server
scp local/file/path username@hostname:/path/to/file/on/server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment