Re: [JSch-users] StreamForwarding

2012-03-19 Thread Atsuhiko Yamanaka
Hi, +-From: Ben Short --- |_Date: Fri, 16 Mar 2012 11:18:19 + __ | |I'm trying to use jsch to do a stream forward. |I have the session connecting to my server ok and the channel seems to |connect ok also. Here is my code for handling the channel. ... |At this point I w

[JSch-users] StreamForwarding

2012-03-16 Thread Ben Short
Hi, I'm trying to use jsch to do a stream forward. I have the session connecting to my server ok and the channel seems to connect ok also. Here is my code for handling the channel. ChannelDirectTCPIP channel = (ChannelDirectTCPIP) session.openChannel("direct-tcpip"); channel.setHost(host); chann