kdart-brt

Results 4 comments of kdart-brt

That alternate list constructor works. So, whatever you do is fine by me.

FYI, I found it's possible to use the generic `libssh2_channel_open_ex` in your own code with a constructed message type of `[email protected]` to achieve this.

@will Well, I actually use this through a Python wrapper. I don't know how useful that will be to you, but here's the relevant part. ```python async def open_unix_tunnel(self, path:...