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

I am unable to install net::ssh2 using perl package manager. Is there any other alternative. Can i use ftp to transfer files from one server to another..? Please suggest
  • 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 marto (Cardinal) on Apr 22, 2014 at 10:58 UTC

    Install via cpan:

    cpan Net::SSH2

    You don't say which Version of Perl you have, perhaps you may need to setup a sane development environment.