Re: [Pharo-dev] [Ann] libssh2 binding for Pharo

2017-08-12 Thread Sean P. DeNigris
Max Leske wrote > Very cool! +100. I can think of lots of places where I'd use this. In the past, due to all the flux in FFI (and laziness ha ha), I used some really complicated mechanisms to script Mac Terminal and then capture and parse the output :/ - Cheers, Sean -- View this message

Re: [Pharo-dev] [Ann] libssh2 binding for Pharo

2017-08-11 Thread Max Leske
Very cool! On 11 August 2017 at 16:02:55, Denis Kudriashov (dionisi...@gmail.com) wrote: Hi I just want share my little experiments with libssh2. I think somebody can be interested with it and maybe will improve what I did which is now in very raw and initial state. Libssh2 library is now

[Pharo-dev] [Ann] libssh2 binding for Pharo

2017-08-11 Thread Denis Kudriashov
Hi I just want share my little experiments with libssh2. I think somebody can be interested with it and maybe will improve what I did which is now in very raw and initial state. Libssh2 library is now distributed with Pharo. And it was very enticing to try it from Pharo. Another reason behind it