* Wesley J. Landaker ([EMAIL PROTECTED]) wrote:
> I'm not the maintainer, but use netcat a lot. Here are some comments:
Hi Wesley,
Thanks for the reply.
> On Saturday 14 May 2005 10:55, Dr. David Alan Gilbert wrote:
> > I'm trying to shovel a large amount of data (800GB) between two
> > mach
I'm not the maintainer, but use netcat a lot. Here are some comments:
On Saturday 14 May 2005 10:55, Dr. David Alan Gilbert wrote:
> I'm trying to shovel a large amount of data (800GB) between two
> machines, so have a pair of tar's running over netcat as follows:
>
> on the source:
>
> tar -c
Package: netcat
Version: 1.10-21
Hi,
I'm trying to shovel a large amount of data (800GB) between two
machines, so have a pair of tar's running over netcat as follows:
on the source:
tar -clf- . | nc destination
on the destination:
nc -l -p | tar -xpf -
I had these running in a
3 matches
Mail list logo