Last Updated: February 25, 2016
·
5.077K
· bhupesh

SCP - Recursively copy directory

If unable to use rsync, there is an alternative way to copy a directory recursively from remote server to local using scp

scp -Cr username@host:html/ .

C = Use compression

r = copy files recursively