Thanks for the response, Paul. Sorry I wasn&#39;t clear before. I realize they are not made to work with each other. What I intended to ask was, what modifications are required to make them work with each other? Basically, I want to write both the ssh client and server with conch, and have them transfer some data to each other over the ssh channel. How can this be done?<br>
<br><div class="gmail_quote">On Tue, Mar 31, 2009 at 8:39 AM, Paul Swartz <span dir="ltr">&lt;<a href="mailto:paulswartz@gmail.com">paulswartz@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On 03/31/2009 12:44 AM, Ameya Lokare wrote:<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
Hello everyone,<br>
<br>
I&#39;m trying to get the sshsimpleserver.py and sshsimpleclient.py from the<br>
examples<br></div>
&lt;<a href="http://twistedmatrix.com/projects/conch/documentation/examples/" target="_blank">http://twistedmatrix.com/projects/conch/documentation/examples/</a>&gt; to<div class="im"><br>
talk to each other. Both work fine with the standard linux ssh<br>
client/server respectively, but I couldn&#39;t get them to communicate with<br>
each other. All I want to do is simple data transfers to and fro, over<br>
the SSH channel (no commands to be executed). I could get the session<br>
established, but couldn&#39;t figure out how to do send data across from the<br>
client to the server. I tried channel.write, but that didn&#39;t appear to<br>
work. Sorry if this is too trivial a question, I&#39;m a newbie to both<br>
Python and twisted. Any help would be greatly appreciated!<br>
</div></blockquote>
<br>
The two examples aren&#39;t made to work with each other. sshsimpleclient.py executes 3 commands on the remote server: `true`, `false`, and `cat`.  sshsimpleserver.py doesn&#39;t accept commands: a shell opened up will server as a simple echo server.<br>

<br>
-p<br>
-- <br>
Paul Swartz<br>
paulswartz at gmail dot com<br>
<a href="http://paulswartz.net/" target="_blank">http://paulswartz.net/</a><br>
AIM: z3penguin<br>
<br>
<br>
_______________________________________________<br>
Twisted-Python mailing list<br>
<a href="mailto:Twisted-Python@twistedmatrix.com" target="_blank">Twisted-Python@twistedmatrix.com</a><br>
<a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" target="_blank">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Thanks &amp; Regards,<br>Ameya Lokare<br>