in reply to Re^2: Error Checking with Net::FTPin thread Error Checking with Net::FTP
my $success = $ftp->put($sub_log); if ($success) { print "FTP Put successful from server $ftp_server\n"; } else { # handle and report errors } [download]