scp problem (openssh-2.9p2)

Dean Luka Domikulic dean.domikulic at pbz.hr
Tue Jul 10 19:00:52 EST 2001


Or use 
rsync -ae ssh dir/file host:dir

> -----Original Message-----
> From: Dan Kaminsky [mailto:dankamin at cisco.com]
> Sent: Monday, July 09, 2001 4:02 PM
> To: openssh-unix-dev at mindrot.org; Joël Soete
> Subject: Re: scp problem (openssh-2.9p2)
> 
> 
> > 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