Skip to content

Instantly share code, notes, and snippets.

@jvidalba1
Last active August 29, 2015 13:57
Show Gist options
  • Save jvidalba1/9763821 to your computer and use it in GitHub Desktop.
Save jvidalba1/9763821 to your computer and use it in GitHub Desktop.
Transfer data via scp
  • Send data from local to server
scp -P [port_number] [files_to_send] [user]@[ip_server]:[folder_in_server]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment