in reply to About Net:FTP:Autoreconnect

Causing discord between Net::FTP and IO::Sockets thread is related to your question. Do you have reliable way to reproduce the problem?

Replies are listed 'Best First'.
Re^2: About Net:FTP:Autoreconnect
by cnarun86 (Initiate) on Mar 09, 2009 at 13:31 UTC
    Hello,

    Thanks for the reply

    So including the following lines in my program will fix my problem?

    use Net::FTP::A; use IO::Socket::INET;

    There is no regularity in the error. It is arising rarely.

    Arun Kumar C.N

      So including the following lines in my program will fix my problem?

      Not sure. But if it will, let us know ;)