SSH copy from one server to another
This was a useful sudo command... for copying from a server that had SVN and could update to one that did not have SVN.
sudo scp -r username@subdomain.example.org:/var/www/drupal-4.7.6/sites/coanews.org/modules/quicktags-4.7.x-1.x-dev.tar_07-May-12 modules/quicktags-4.7.x-1.x-dev.tar_07-May-12
Post new comment
