Re: Client pipe problem (bug)

2010-06-01 Thread Doron Fediuck
On Sunday 30 May 2010 10:04:37 Doron Fediuck wrote: Hi ! I'm implementing some basic client functionality using sshd client. I found a case where I need to implement something of this concept: gzip /tmp/sample.txt | ssh u...@some.host.com gunzip -c /tmp/sample.txt On my implementation the

Re: Client pipe problem (bug)

2010-06-01 Thread Emmanuel Lecharny
On 6/1/10 10:14 AM, Doron Fediuck wrote: On Sunday 30 May 2010 10:04:37 Doron Fediuck wrote: Hi ! I'm implementing some basic client functionality using sshd client. I found a case where I need to implement something of this concept: gzip /tmp/sample.txt | ssh u...@some.host.com gunzip -c

Client pipe problem (bug)

2010-05-30 Thread Doron Fediuck
Hi ! I'm implementing some basic client functionality using sshd client. I found a case where I need to implement something of this concept: gzip /tmp/sample.txt | ssh u...@some.host.com gunzip -c /tmp/sample.txt On my implementation the code (using sshd client) is running an exec channel of the