Skip to content

Instantly share code, notes, and snippets.

@alaahd
Last active December 11, 2015 09:48
Show Gist options
  • Save alaahd/4582017 to your computer and use it in GitHub Desktop.
Save alaahd/4582017 to your computer and use it in GitHub Desktop.
SCP
#Recursive
scp -r local-folder-name username@hostname:public_html/wp-content/plugins/
scp username@hostname:/home/username/file_name /home/local-username/file-name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment