Ssh – file permission is not correct while copying files with SCP

scpsshunix

we are trying to copy files from one server to another but the permissions of copied files are not correct.
I have tried following solution but its not working.

http://linuxshellaccount.blogspot.com/2007/11/setting-basic-file-permissions-in-non.html

currently permission is set to : -rw——-
We want to change the permissions to -rw-rw-r—

Any one faced this issue ?

EDIT:
We have Unix on both the sides.

Best Answer

Use the "-p" flag to preserve permissions when copying with SCP.

Source: http://amath.colorado.edu/computing/software/man/scp.html