in reply to Re^3: 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)

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!

  • Comment on Re^4: how to transfer a set of files in a directory from linux server(remote machine) to windows server(local machine)
  • Download Code