There are additional sites you can find PPM-installable modules. One that I use is Randy Kobes' site at http://theoryx5.uwinnipeg.ca/   He has some of the modules you need already created in a form ActivePerl's PPM utility understands.
Packages available from http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver +?urn:/PPMServer: Net-SSH-Perl [1.23] Perl client Interface to SSH Net-SSH-W32Perl [0.05] Win32 (ActivePerl) Compatibility Layer for Net::SSH::Perl Packages available from http://ppm.ActiveState.com/cgibin/PPM/ppmserve +r.pl?urn:/PPMServer: Net-SSH [0.07] Perl extension for secure shell
Depending on the ActivePerl version you have you would set PPM to use one of Randy's two PPM-package directories. I use the 6xx one, which you can add to PPM using:
set repository RK http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver +?urn:/PPMServer
I'm not sure the exact setting to use if you have a newer 8xx version of ActivePerl.

You then do a search on, say, SSH and the above listing should appear. You may then do a normal "install Net-SSH-Perl". Having done this Net-SFTP (0.05) _will_ install, but the "make test" output looks skinnny. You'll have to tell us if it works. ;-o


In reply to Re: ActivePerl - Secure FTP - Net::SFTP? by shenme
in thread ActivePerl - Secure FTP - Net::SFTP? by rusacarr

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.