> 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