Re: [Ssh-sftp-perl-users] errors :(
Brought to you by:
dbrobins
From: Mark F. <mar...@ea...> - 2004-11-20 16:17:43
|
I probably can't help much. But, have you guys tried using Expect.pm from CPAN to drive an ssh or sftp executable (for example, the binaries from openSSH)? I found this to be easier (in my case) than working with the ssh-sftp Perl module. Another benefit was that, if anything didn't work right as I drove the binary with Expect.pm, I could manually execute the binary to test it. I really underestimated how useful it is to be able to execute it natively as a reference. I've been doing this on Linux. That's all I can speak for. I don't know whether Expect.PM would work on Windows platforms. Just a possible alternative. Mark ----- Original Message ----- From: "Steffen Schumacher" <st...@sc...> To: "thefinn" <th...@tp...> Cc: <ssh...@li...> Sent: Saturday, November 20, 2004 3:08 AM Subject: Re: [Ssh-sftp-perl-users] errors :( > On 20.11.2004 19:49:14 +0000, thefinn wrote: > > I had some problems with writing my own so I went to the example code and got > > the same issue. Here's the output of pssh: > > > > [root@ghettoshell eg]# ./pssh 203.26.137.3 ls > > Illegal instruction > > > > Sorry dude! > I posted a question here about a week ago - your're the > first thing I've recieved from this list.. Don't > think posting here produces a lot of help.. sorry.. > > /Steffen > > > > TF > > -- > > http://ghettoshell.net > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: InterSystems CACHE > > FREE OODBMS DOWNLOAD - A multidimensional database that combines > > robust object and relational technologies, making it a perfect match > > for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 > > _______________________________________________ > > Ssh-sftp-perl-users mailing list > > Ssh...@li... > > https://lists.sourceforge.net/lists/listinfo/ssh-sftp-perl-users > > > ------------------------------------------------------- > This SF.Net email is sponsored by: InterSystems CACHE > FREE OODBMS DOWNLOAD - A multidimensional database that combines > robust object and relational technologies, making it a perfect match > for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 > _______________________________________________ > Ssh-sftp-perl-users mailing list > Ssh...@li... > https://lists.sourceforge.net/lists/listinfo/ssh-sftp-perl-users |