Check your firewall, win32 logs...

"Unknown error" on windows can be anything, use int($!) to see what number it is, then look it up in msdn.

C:\>perl -le"print $!=$_ for 0 .. 46" Operation not permitted No such file or directory No such process Interrupted function call Input/output error No such device or address Arg list too long Exec format error Bad file descriptor No child processes Resource temporarily unavailable Not enough space Permission denied Bad address Unknown error Resource device File exists Improper link No such device Not a directory Is a directory Invalid argument Too many open files in system Too many open files Inappropriate I/O control operation Unknown error File too large No space left on device Invalid seek Read-only file system Too many links Broken pipe Domain error Result too large Unknown error Resource deadlock avoided Unknown error Filename too long No locks available Function not implemented Directory not empty Illegal byte sequence Unknown error Unknown error Unknown error Unknown error C:\>

In reply to Re: Net::FTP cannot connect in Windows 2003 by Anonymous Monk
in thread Net::FTP cannot connect in Windows 2003 by miniTotoro

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.