Monthly Archive: September 2013

Copy directory using scp 0

Copy directory using scp

Scp usage It is easy to use scp, however how do you copy a directory, without copying the directory name? Solution : scp -r public@10.64.6.11:/home/public/site/* /var/www/ About this If you write /* a the...