I am just a new apprentice, and need some advise.

I was pretty heavy into Perl in Unix a few years ago, and finally have the chance to do some real Perl programming again. Problem is that it is on Win2k, using ActivePerl. This has never been a problem until today.

I up/download files to clients daily through scripts I created using Net::FTP, but I have a new client who insists that we connect using Secure FTP. ( I have to have 128bit DES encryption) I have looked at Net::SFTP, but I can not satisfy the dependencies with ActivePerl. A lot of the modules needed are not ported with the needed versions. I've tried installing CPAN and running through the Makefile install, but I can't get anywhere. (A common gripe I've read in these postings)

I've found the list of needed modules on this site, but I have not been able to find ports of these modules for ActivePerl. Can I download all of them from CPAN and install manually? I've tried this for a few and was not successful. I've seen some of them depend on Unix libraries so I don't think I can install them. I'm not totally sure if the problem is that I can not install them, or if I just am not doing it right. I have nMake, but I'm not sure what compiler is required/used.

Moving to a Linux/Unix box is not really an option, getting the client to use something other than Secure FTP is not an option. I have to have some way to automate these transfers.

Any help for one seeking enlightenment?


In reply to 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.