...intriguing.

from a w32 box outside firewall, no proxy: a variant outcome:

C:\>ftp ftp.perl.org Connected to ftp.cpan.ddns.develooper.com. 220---------- Welcome to Pure-FTPd ---------- 220-You are user number 4 of 512 allowed. 220-Local time is now 08:12. Server port: 21. 220-Only anonymous FTP is allowed here 220-IPv6 connections are also welcome on this server. 220 You will be disconnected after 15 minutes of inactivity. User (ftp.cpan.ddns.develooper.com:(none)): 230 Anonymous user logged in ftp> cd pub # 250 OK. Current directory is /pub ftp> ls # dir also OK 200 PORT command successful 150 Connecting to port 1548 CPAN FreeBSD OpenBSD WM analog apache exim fedora gimp gnu isc mysql openssl postfix proftpd proftpd-www python qmail sendmail squid vim webalizer webalizer-www xemacs xemacs-www 226 25 matches total ftp: 204 bytes received in 0.02Seconds 12.75Kbytes/sec. ftp> quit 221-Goodbye. You uploaded 0 and downloaded 0 kbytes. 221 Logout. C:\>

But, same box, the very next iteration gets Welcome to viaVerio's San Jose, CA, USA CPAN FTP server! with a different organization of /pub and different content.


In reply to Re^4: ftp problem on cpan client on windows with strawberry perl by ww
in thread ftp problem on cpan client on windows with strawberry perl by targetsmart

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.