in reply to NET::FTP Connection reset by peer
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"; [download]