Skip to content

Instantly share code, notes, and snippets.

@stiakov
Last active September 4, 2019 04:38
Show Gist options
  • Select an option

  • Save stiakov/998bcbe4e135d3f4877ab8ee42c28a62 to your computer and use it in GitHub Desktop.

Select an option

Save stiakov/998bcbe4e135d3f4877ab8ee42c28a62 to your computer and use it in GitHub Desktop.
Send files through SSH

Send files to a remote computer through SSH:

$ scp /path/to/local.file [email protected]:/Destiny/path

or send directories and its content with:

$ scp -r folder/name 192.168.0.100:/Destiny/path

Secure Copy Protocol | local_path/file | user@server:/destiny

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment