in reply to Re^2: how to transfer a set of files in a directory from linux server(remote machine) to windows server(local machine)
in thread how to transfer a set of files in a directory from linux server(remote machine) to windows server(local machine)

Can u please suggest any other module to get files from one server to another server in perl??
  • Comment on Re^3: 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^4: 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 22, 2014 at 12:09 UTC
    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!