Ah, yes, further proof that I am still learning.

The client requests SSL FTP, not "Secure FTP". I was unaware that there was any true difference in the two. In fact, the little documentation the client offers me refers to RFC 2246, which you discussed. I'm currently scanning that now.

Let me clear the air a little...I work for a Health Care billing agency, and, as anyone near the industry knows, we have new federal privacy/security standard we need to implement...aka HIPAA.

HIPAA requires 128bit encryption for all electronic transfers. The client interpertes that to be SSL transfers, so that's what I have to run with.

Hopefully, I'm not the only Perl programmer here in Health Care, and someone can share their knowledge/horror stories of how they are trying to support this stuff.

I guess the question should now read: "I need a way to do FTP transfers over SSL and automate the process." I know there are other GUI clients that you can sort-of-script that can do this (WS-FTP), but we really need something with more flexability that we can control (like Perl). Any help out there, or do I have to goto low-level socket programming?

Thanks,
rusacarr


In reply to Re: Re: ActivePerl - Secure FTP - Net::SFTP? by rusacarr
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.