Re: [RFC] Guile-SSH channels improvement

2014-01-25 Thread Ludovic Courtès
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

Re: [RFC] Guile-SSH channels improvement

2014-01-24 Thread Nala Ginrut
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

[RFC] Guile-SSH channels improvement

2014-01-24 Thread Artyom Poptsov
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