copy files using scp without overwriting

Hi,

i need to use "scp" to copy a file without overwriting the same in destinations.

any suggestion?

thanks
Sivaji

Check whether the file exists on the destination before using scp.

hey thanks

is there any other option to "scp - "something" to avoid the file overwriting

Thanks
sivaraj B

Did you look in the man page?