in reply to how to transfer a set of files in a directory from linux server(remote machine) to windows server(local machine)

Now I am getting this error How should I install that module from perl package manager???? password authentication not available, IO::Pty is not installed or failed to loa d: Can't locate IO/Pty.pm in @INC (@INC contains: P:/Apps/Perl/site/lib P:/Apps/ Perl/lib .) at P:/Apps/Perl/site/lib/Net/SFTP/Foreign/Backend/Unix.pm line 256. at mah.pl line 20
  • Comment on Re: how to transfer a set of files in a directory from linux server(remote machine) to windows server(local machine)

Replies are listed 'Best First'.
Re^2: how to transfer a set of files in a directory from linux server(remote machine) to windows server(local machine)
by salva (Canon) on Apr 21, 2014 at 14:23 UTC
      Can u please suggest any other module to get files from one server to another server in perl??
        The easiest way to get that working is to install plink from the PuTTY distribution on the Windows machine and then tell Net::SFTP::Foreign to use it to connect to the Unix box.

        Read the module documentation for the details!