Hi!
Artyom Poptsov skribis:
> Meanwhile I've re-implemented Guile-SSH channels using GNU Guile port
> API. [2] The work is done on `channel-to-ptob' branch:
> https://github.com/artyom-poptsov/libguile-ssh/tree/channel-to-ptob
>
> As a consequence of using port API the most of specific procedu
On Fri, 2014-01-24 at 12:47 +0400, Artyom Poptsov wrote:
> Hi all,
>
> as you might know I'm working on Guile-SSH library [1] that is aimed to
> provide SSH protocol support for Scheme programs. One of the data types
> provided by the library is a Guile-SSH channel which can be used for
> transfe
Hi all,
as you might know I'm working on Guile-SSH library [1] that is aimed to
provide SSH protocol support for Scheme programs. One of the data types
provided by the library is a Guile-SSH channel which can be used for
transferring data between SSH client/server.
Currently channels are impleme