Hello everyone,<br><br>I&#39;m trying to get the sshsimpleserver.py and sshsimpleclient.py from the <a href="http://twistedmatrix.com/projects/conch/documentation/examples/">examples</a> to talk to each other. Both work fine with the standard linux ssh client/server respectively, but I couldn&#39;t get them to communicate with each other. All I want to do is simple data transfers to and fro, over the SSH channel (no commands to be executed). I could get the session established, but couldn&#39;t figure out how to do send data across from the client to the server. I tried channel.write, but that didn&#39;t appear to work. Sorry if this is too trivial a question, I&#39;m a newbie to both Python and twisted. Any help would be greatly appreciated!<br clear="all">
<br>-- <br>Thanks &amp; Regards,<br>Ameya<br>