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

Why do you keep replying to yourself? Click the reply link associated with the response you wish to reply to. Tutorials->PerlMonks for the Absolute Beginner/How do I post a question effectively?.

So is that ActiveState perl? Don't make people guess what you're doing, be specific when providing information. Did you try to install Net::SSH2?

If you now want to do this via ftp, setup an FTP server on your target system, use Net::FTP to transfer.

  • Comment on Re^2: 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^3: how to transfer a set of files in a directory from linux server(remote machine) to windows server(local machine)
by mah_strict (Novice) on Apr 22, 2014 at 11:39 UTC
    I am unable to install ssh2. I am trying to install all the modules using perl package manager. I am stuck in this problem from one week. And I am sorry for the above comments.

      Here you say "I am unable to install net::ssh2 using perl package manager. Is there any other alternative.". You don't tell us why you are unable to install via PPM. I provided an alternative method of installation.

      You will continue to be "stuck" with your issue unless you either debug the problem on your own, or provide an appropriate level of information to allow people to help you.

      In this thread several people, including myself, have given you links advising you how to best ask for help. Continuing to ignore this will likely cause others to ignore your further responses.