Bug#309108: netcat waits for standard input on server side sometimes

2005-05-14 Thread Dr. David Alan Gilbert
* 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

Bug#309108: netcat waits for standard input on server side sometimes

2005-05-14 Thread Wesley J. Landaker
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

Bug#309108: netcat waits for standard input on server side sometimes

2005-05-14 Thread Dr. David Alan Gilbert
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