I tried this and didn't encounter the same problem - output:
... Net::FTP::Recursive=GLOB(0x8af2a0)>>> CDUP Net::FTP::Recursive=GLOB(0x8af2a0)<<< 250 CDUP command successful. Net::FTP::Recursive=GLOB(0x8af2a0)>>> CWD Red Hat Enterprise Linux 4.7 Net::FTP::Recursive=GLOB(0x8af2a0)<<< 250 CWD command successful. Calling rget in /Browse_For_Drivers/Servers, Storage & Networking/Powe +rEdge/PowerEdge R610/Network/HTML Net::FTP::Recursive=GLOB(0x8af2a0)>>> PASV Net::FTP::Recursive=GLOB(0x8af2a0)<<< 227 Entering Passive Mode (143,1 +66,147,12,243,69) Net::FTP::Recursive=GLOB(0x8af2a0)>>> LIST Net::FTP::Recursive=GLOB(0x8af2a0)<<< 150 Opening BINARY mode data con +nection. Net::FTP::Recursive=GLOB(0x8af2a0)<<< 226 Transfer complete. -rwxrwxrwx 1 owner group 7582757 Sep 6 2012 2009-04-02 +- Intel_LAN_11.0_Manual_A00.zip -rwxrwxrwx 1 owner group 7659340 Oct 28 2009 2009-09-28 +- Intel_LAN_11.5_Manual_A01.zip Net::FTP::Recursive=GLOB(0x8af2a0)>>> PWD ...
What perplexes me is this line in your output:
Making dir: Red Hat Enterprise Linux 4.7
Why is it trying to make a directory? Can you post your own relevant code?

In reply to Re: Net::FTP::Recursive problems, prematurely closing connection by tangent
in thread Net::FTP::Recursive problems, prematurely closing connection by bowei_99

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.