Forum Moderators: bakedjake
scp -rp admin@[FQDN OF SERVER 1]:/www/* /www/
Exchange "admin" for your username on the server you are copying from.
You will be prompted for a password for that user and the the folder and file will be transfered from www on the first server to www on the second maintaining the same permissions.