<br><br><div><span class="gmail_quote">2008/2/15, Eli Barzilay <<a href="mailto:eli@barzilay.org">eli@barzilay.org</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Feb 15, Alex Shinn wrote:<br> > >>>>> "Eli" == Eli Barzilay <<a href="mailto:eli@barzilay.org">eli@barzilay.org</a>> writes:<br> ><br> > Eli> On Feb 14, Yvan Godin wrote:<br>
> >> For a little projet I need an access to a ssh/sftp library<br> > >> Erlang provide one but I will prefer use mzscheme ;-)<br> > >><br> > >> Do you know if something already exist for mzscheme ? (may be<br>
> >> a binding to libshh2 <a href="http://sourceforge.net/projects/libssh2">http://sourceforge.net/projects/libssh2</a>)<br> ><br> > Eli> I don't know of any library, but running ssh/scp in a<br>
> Eli> subprocess should be easy.</blockquote><div><br></div><br><div>Yes it is fine under Linux, but most of ssh tools on Windows do not use a console but a gui. Im am looking openSSH but need cygwin. I am also afraid to have to struggle with fails when disconned abruptly, but I will try.<br>
</div><br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> > Not if you need to be able to request the password, in which case<br> > ssh needs to be run in a pty (at least on Unix systems). The<br>
> Chicken pty egg could be adapted, and the docs include a sample ssh<br> > script<br> <br>If it's running from a terminal then it uses it to ask for a password;<br> otherwise it uses whatever you have in your `SSH_ASKPASS' environment<br>
variable -- which defaults to gnome-ssh-askpass on my machine.<br></blockquote><div> </div>Unix only, I guest <br></div><br>Thank's <br><br><br>Yvan<br><br clear="all"><br>