SCP Command to copy directory and files

Here is the command used to copy recalbox shared files from one pi to another.

scp -r /temp/* root@1.1.1.1/temp/

this will copy recursively directory and files in your local temp folder to the remote temp folder.