[Twisted-Python] Multiplexing streams with Conch

Itamar Turner-Trauring itamar at itamarst.org
Mon Aug 5 15:08:32 MDT 2013


On 08/05/2013 01:49 PM, Laurens Van Houtven wrote:
> Hi,
>
> I'd like to do something akin to port forwarding using Conch.
>
> Specifically, I want to be able to make connections to something 
> listening on a particular port on the client, and I want the client to 
> be able to make connections to some ClientFactory in the server.

That doesn't sound like port forwarding, that sounds like a custom 
server-side protocol?

> Can I do this with regular SSH clients, or do I need to write those too?

Assuming it's what I said, yes: 
http://as.ynchrono.us/2011/08/twisted-conch-in-60-seconds-protocols.html 
may be useful.



More information about the Twisted-Python mailing list