Sounds like you might want the debug info. You can get it via the Debug option.
erickn@cosmora01d:/home/erickn> cat x use Net::FTP; my $ftp = Net::FTP->new("ftp.mwh.com", Debug => 1); $ftp->login('me', 'me'); erickn@cosmora01d:/home/erickn> perl x Net::FTP: Net::FTP(2.65) Net::FTP: Exporter(5.566) Net::FTP: Net::Cmd(2.21) Net::FTP: IO::Socket::INET(1.26) Net::FTP: IO::Socket(1.27) Net::FTP: IO::Handle(1.21) Net::FTP=GLOB(0x2e1da8)<<< 220-=(<*>)=-.:. (( Welcome to PureFTPd 1.0. +8 )) .:.-=(<*>)=- Net::FTP=GLOB(0x2e1da8)<<< 220-You are user number 0 of 50 allowed Net::FTP=GLOB(0x2e1da8)<<< 220-Local time is now 16:37 and the load is + 0.00. Server port: 21. Net::FTP=GLOB(0x2e1da8)<<< 220 You will be disconnected after 15 minut +es of inactivity. Net::FTP=GLOB(0x2e1da8)>>> user me Net::FTP=GLOB(0x2e1da8)<<< 331 User me OK. Password required Net::FTP=GLOB(0x2e1da8)>>> PASS .... Net::FTP=GLOB(0x2e1da8)<<< 530 Authentication failed, sorry

In reply to Re: Outputing Session State of Net::FTP by mifflin
in thread Outputing Session State of Net::FTP by dReKurCe

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.