Thanks, I already had Net::FTP->size() and perldoc -f stat, I was just hoping that there was an option in Net::FTP that I hadn't seen that produced the same printout as a manual session. I am using the 'time' as well, but I require millisecond accuracy. I know, then I should load the Time::HiRes Module. Tried that, but it needs a C complier and that's a no-no on the test system. So then I found a pre-compiled version ( as suggested by the Module's author ), but perl complains 'Can't locate loadable object for module Time::HiRes in @INC...etc' which is not very helpful.

In reply to Re^2: Obtaining statistics for Net::FTP transfers by qragamu
in thread Obtaining statistics for Net::FTP transfers by qragamu

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.