in reply to About Net:FTP:Autoreconnect
I am having the same issue, but only on windows 7 machine and occurs when i am trying to pull a file from FTP server but for some reason the file is not present in the server.
$ftp->get("$file1") or warn "Get failed ", $ftp->message;
on windows xp machine though it just pint the warning message and the script carries on.
both have perl version 5.10.0