in reply to Re: How get SFTP for Windows 64 bit architecture and ActivePerl 5.12
in thread How get SFTP for Windows 64 bit architecture and ActivePerl 5.12

This sounds like the solution I need, so using ActivePerl 5.14 PPM I added repo for sisyphusion, and now get file conflict error c:/perl64/site/bin/libgcc_sis__470.dll when installing. The backend-net-SSH2 already installed the file that Net-SSH2 wants to install. How can I resolve the conflict? Also odd seeing 2 Net-SFTP-Foreign clients 1.73 showing above Net-SFTP-Foreign-Backend-Net_SSH2 in the package name window.

  • Comment on Re^2: How get SFTP for Windows 64 bit architecture and ActivePerl 5.12

Replies are listed 'Best First'.
Re^3: How get SFTP for Windows 64 bit architecture and ActivePerl 5.12
by Anonymous Monk on Jun 27, 2012 at 15:29 UTC

    In PPM GUI manually install the dependencies: Net-Foreign Net-SSH2 then at a cmd prompt type: ppm-shell and enter: ppm> install Net-SFTP-Foreign-Backend-Net_SSH2 --force --nodeps