Skip to content

Instantly share code, notes, and snippets.

@matt-bailey
Created September 7, 2012 15:18
Show Gist options
  • Save matt-bailey/3667087 to your computer and use it in GitHub Desktop.
Save matt-bailey/3667087 to your computer and use it in GitHub Desktop.
Terminal - Secure Copy file
# Copy file from local to remote server (reverse to copy the other way)
scp [filename] [user]@[remote-server]:/tmp/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment