Simple, use:
cp -r /source/. /destination
This command will transfer all files including hidden ones (for example I usually need .htaccess for my sites to be transfered as well).
Simple, use:
cp -r /source/. /destination
This command will transfer all files including hidden ones (for example I usually need .htaccess for my sites to be transfered as well).