scp problem (openssh-2.9p2)

Dan Kaminsky dankamin at cisco.com
Tue Jul 10 00:02:13 EST 2001


> scp does not preserve links (neither soft neither hard)

Joel--

    Play around with the following command:

    tar -cf - <files/directories> | ssh user at host 'tar -C
destination_path -xvf -'

    I've begun to completely abandon SCP proper.

--Dan





More information about the openssh-unix-dev mailing list