----- Original Message ----- 
From: "Ing. Branislav Gerzo (mail-lists)" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, March 23, 2005 7:52 PM
Subject: SFTP / Win 32 troubles


> Hi pals,
>
> second day I am working on my trouble: running SFTP under windows 2k3.
> I have fresh install of perl, v5.8.6 built for MSWin32-x86-multi-thread,
> first I installed Net::SSH::W32Perl and all dependies. But I didn't find
> any module for SFTPying for win32, so I install Net::SFTP, but it
> always call Net::SSH::Perl. How to change SFTP to calling W32Perl ?
>

What happens if, in SFTP.pm you change:
use Net::SSH::Perl;
to:
use Net::SSH::W32Perl;

Have you tried using the ppm packages from http://www.soulcage.net/ppds/ ?
(There's a ppm package there for Net::SFTP as well as everything else you
need.)

Cheers,
Rob

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

Reply via email to