Skip to content

Instantly share code, notes, and snippets.

@premkumar-masilamani
Last active September 20, 2017 23:33
Show Gist options
  • Save premkumar-masilamani/ba3507e98aaec327a360ef5b5e0a4480 to your computer and use it in GitHub Desktop.
Save premkumar-masilamani/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