dexter29 has asked for the wisdom of the Perl Monks concerning the following question:

I am in the process of trying to transfer a text file via sftp with RSA key to a remote server. This will be run on Windows. The key has already been generated. File transfer is manual at the moment. I have tried to install Net::SFTP and Net::SSH::Perl with no success. Can anyone provide any info on how I can go about this task or obtain a copy of these modules.

Replies are listed 'Best First'.
Re: SFTP with RSA
by dwm042 (Priest) on Aug 12, 2008 at 15:40 UTC
    Net::SFTP is a CPAN module. You can get it by downloading the module from CPAN or by using the CPAN module to download and install it for you. Now things change if you're using Active State Perl. They use a different tool named ppm.

    An excellent resource on using modules is: Modules: How to Create, Install, and Use
Re: SFTP with RSA
by zentara (Cardinal) on Aug 12, 2008 at 15:50 UTC
Re: SFTP with RSA
by salva (Canon) on Aug 12, 2008 at 19:20 UTC