Skip to content

Instantly share code, notes, and snippets.

@marcusshepp
Created June 1, 2016 18:06
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 marcusshepp/83513ab455704978ad99fa1694a7c423 to your computer and use it in GitHub Desktop.
Save marcusshepp/83513ab455704978ad99fa1694a7c423 to your computer and use it in GitHub Desktop.
SCP
scp my_local_file user@serveraddress:/file/path/on/server
# an entire folder recursively
scp -pr path/to/my_local_dir user@serveraddress:/file/path/on/server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment