Re: Remote Large file transfer (cat rsh) truncation problem
From: Andreas Kahari (ak+usenet_at_freeshell.org)
Date: 09/11/03
- Previous message: Martin: "Remote Large file transfer (cat rsh) truncation problem"
- In reply to: Martin: "Remote Large file transfer (cat rsh) truncation problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 11 Sep 2003 20:51:28 +0000 (UTC)
In article <864159ba.0309110523.30bfeb22@posting.google.com>, Martin wrote:
> I am trying to transfer from a tarred and zipped file (.gz file) from
> a pc (with cygwin) to a solaris machine.
>
> This is done through issuing the command from within a shell script:
>
>
> cat file.gz | rsh remotehost "cat - > file.gz"
Is there a particular reason why you don't use rcp (or scp)?
rcp file.gz remotehost:
-- Andreas Kähäri
- Previous message: Martin: "Remote Large file transfer (cat rsh) truncation problem"
- In reply to: Martin: "Remote Large file transfer (cat rsh) truncation problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|