Thanks for an importtant information!
Installation process of Net::SFTP seems to be so hard.
I installed WinSCP and successfully executed from Perl with:
my @rc = `winscp3.com /console /script=example.txt`;
> SFTP on Win32 you could try accessing the WS_FTP API by the WsftpApi
> interface. Jan w
-8<
PPM is one of question but main question is that SFTP can be
working on Win32.
-8<
The short answer based on my experience is it's supposed to work but I
couldn't get it to work. I gave up and downloaded PuTTY and used
pscp.exe specifically as a system call (YIKES)! to
not get a reply...
Regards,
Hirosi Taguti
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Sisyphus
> Sent: Thursday, October 12, 2006 7:51 PM
> To: Perl-Win32-Users@listserv.ActiveState.com
> Subject: Re: Net-SFTP an
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, October 12, 2006 5:16 PM
Subject: Net-SFTP and ppm
> Hello,
>
> I'm trying to install Net-SFTP that can be work on Win32 AP588,
> after "rep add soulcage http://www.soulcage.net/ppds.58/";.
>
> B