>>>>> "Alexander" == Alexander List <[EMAIL PROTECTED]> writes: Alexander> You might also consider the tip posted before to use rsync Alexander> (rsync -e ssh) to transfer entire directory structures, or, since ssh will read from stdin, you can alter the old tar|tar trick to copy a directory tree: here$ cd srcdir here$ tar cf - . | ssh there 'cd dstdir; tar xf -' -- joe -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
- Re: File transfer using ssh Philipp Schulte
- Re: File transfer using ssh Sam Couter
- Re: File transfer using ssh Philipp Schulte
- Re: File transfer using ssh Olaf Meeuwissen
- Re: File transfer using ssh Philipp Schulte
- RE: File transfer using ssh Curt Howland
- Re: File transfer using ssh Manu Heirbaut
- Re: File transfer using ssh Olaf Meeuwissen
- Re: File transfer using ssh Samu
- Re: File transfer using ssh Joseph Dane
- Re: File transfer using ssh Nathan E Norman
- Re: File transfer using ssh Jens Schuessler
- Re: File transfer using ssh Peter Cordes
- Re: File transfer using ssh Hubert Chan
- Re: File transfer using ssh Peter Cordes

