Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save oviniciusfeitosa/760aa2e1bfd7d70592c003694a711a8d to your computer and use it in GitHub Desktop.
Save oviniciusfeitosa/760aa2e1bfd7d70592c003694a711a8d to your computer and use it in GitHub Desktop.
SCP - copy specific files
scp user@host:'/home/dir/*.{jpg,pdf}' /my/destination/local/folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment