Hello,
using ssh 3.01 on Solaris.
scp does not preserve hard links:
$ cp -p /etc/group xx
$ ln xx aa
$ ll aa xx
-rw-r--r-- 2 root other 313 Sep 24 16:04 aa
-rw-r--r-- 2 root other 313 Sep 24 16:04 xx
$ scp -p /etc/passwd xx
$ ll aa xx
-rw-r--r-- 1 root other 313 Sep 24 16:04 aa
-r--r--r-- 1 root other 414 May 9 11:16 xx
it's a bug for me.
M.Bruns
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]