Ing. Branislav Gerzo (mail-lists) [IBG], on Wednesday, March 23, 2005
at 09:52 (+0100) wrote about:

IBG> any module for SFTPying for win32, so I install Net::SFTP, but it
IBG> always call Net::SSH::Perl. How to change SFTP to calling W32Perl ?

I get it. I changed in SFTP.pm:

use Net::SSH::W32Perl;

and

my $ssh = Net::SSH::W32Perl->new($sftp->{host}, protocol => 2,
        debug => $sftp->{debug}, @{ $param{ssh_args} });

now it works. But I think there should be "more clear" way how to do
this ?

-- 

 ...m8s, cu l8r, Brano.

[Geco's distraught, he found out his girfriend & boyfriend are bisexual]




_______________________________________________
Perl-Win32-Users mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to