[plt-scheme] ssh/sftp library in mzscheme

From: Yvan Godin (yvan.godin at gmail.com)
Date: Fri Feb 15 02:41:18 EST 2008

2008/2/15, Eli Barzilay <eli at barzilay.org>:
>
> On Feb 15, Alex Shinn wrote:
> > >>>>> "Eli" == Eli Barzilay <eli at barzilay.org> writes:
> >
> >     Eli> On Feb 14, Yvan Godin wrote:
> >     >> For a little projet I need an access to a ssh/sftp library
> >     >> Erlang provide one but I will prefer use mzscheme ;-)
> >     >>
> >     >> Do you know if something already exist for mzscheme ?  (may be
> >     >> a binding to libshh2 http://sourceforge.net/projects/libssh2)
> >
> >     Eli> I don't know of any library, but running ssh/scp in a
> >     Eli> subprocess should be easy.



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.


> Not if you need to be able to request the password, in which case
> > ssh needs to be run in a pty (at least on Unix systems).  The
> > Chicken pty egg could be adapted, and the docs include a sample ssh
> > script
>
> If it's running from a terminal then it uses it to ask for a password;
> otherwise it uses whatever you have in your `SSH_ASKPASS' environment
> variable -- which defaults to gnome-ssh-askpass on my machine.
>

Unix only, I guest

Thank's


Yvan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20080215/9040e343/attachment.html>

Posted on the users mailing list.