in reply to NET::FTP Connection reset by peer

As several monks said in the chatterbox, see Net::FTP Unexpected EOF. Did you try changing the daemon settings?

Replies are listed 'Best First'.
Re^2: NET::FTP Connection reset by peer
by srinivasvkumar (Initiate) on Dec 10, 2009 at 13:31 UTC

    Hi cdarke, Yes i used timeout=>500 in the code but even then no success. Please find the code below.

    $src_ftp_conn = Net::FTP->new($src_sys,Timeout=>500,Debug =>1,Passive= +>1) or die "$src_ftp_conn not able to connect $!\n";