Skip to content

Instantly share code, notes, and snippets.

@roelven
Created December 8, 2010 16:18
Show Gist options
  • Save roelven/733491 to your computer and use it in GitHub Desktop.
Save roelven/733491 to your computer and use it in GitHub Desktop.
transfer a whole dir from one server to another
## transfer a whole dir from one server to another
##
scp -P 31415 -r /var/www/vhosts/roelvanderven.com/subdomains/dump/httpdocs/* [email protected]:/usr/local/www/dump/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment