Just wondering whether there is any way to check, whatype of proxy my institute is using?

Yes, ask the resident system administrator :-). S/he should also be able to give you tips on how to configure your FTP connection setup.

Also what do you mean by manual ftp?
I meant you should try connecting with the command line "ftp" client (and I'm assuming you have that at your disposal, if you're on Windows this may not be the case, I have no idea), which allows you to set options like proxy and mode on the command line, thus allowing for easy testing of the requirements.

For my firefox browser setting; HTTP, SSL, FTP , GOPHER are given same proxies (XXXX) (and port 3128) but SOCKS_host has been left blank. Does this gives any clue???

This does seem to indicate that your institute runs an FTP proxy on that machine, and your code (with the change I made) should work. Have you tried turning on debugging, as rpanman suggested? If so, what's the output?

could you pl direct me to some online documentation

Just type "FTP firewall proxy" into Google and you'll find loads of documentation on the subject. The wikipedia entry on FTP might be another place to start


All dogma is stupid.

In reply to Re^3: Problem with Net::FTP by tirwhan
in thread Problem with Net::FTP by cool

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.