I think the banks are behind it all. It seems from my googling research that they are making it difficult to get a good ftps application. There is also sudenly a plethora of "pay-for" apps which know the secret of fixing the libs so they work together right.

It almost seems as if someone dosn't want us using ftps, and is making the software work in plain text, but also making it hard to get encryption working.

Even today, as I install Gnu TLS to try and my lftp to connect, I ran into roadblock after roadblock.

First, GnuTLS needed libnettles( not the most recent, but an older version), and libgmp. Iibgmp's source code is packed with lzip, so you need to get lzip installed.

So I get it all installed, lftp is built with TLS and the connection gets a bit further, but crashes with an error about an unrecognized packet received.

So, I'm still stuck with Perl's Net::FTPSSL as my only working solution. That is so impressive to me, I've decided to write my own Tk gui front end, and make a Net::FTPSSL a more interactive session.

It would be simple, a text widget for the output of the l* commands( for your local cwd ) and a second, to show the remote commands

A simple entry box will take commands and send them out, and a help page of the perldoc for Net::FTPSSL would be a handy command reference.

But it's a 100 here today, and my attitude is manana, ;-)


I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh

In reply to Re^2: why Perl is good, it works by zentara
in thread why Perl is good, it works by zentara

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.