SCP over SSH. Server to Server Linux.

The correct synatx is.

 

scp -r user@yoursite.com:/temp /localtempfolder

-r is for recurssive

have to specify remote folder and local folder.