in reply to Error Checking with Net::FTP
If there's a problem, ErrorOut() should be able to report/handle it.$ftp->put($sub_log) or ErrorOut("FTP Put Failed ", $ftp->message); $ftp->quit; print "\nEnd FTP debug output\n\n"; print "FTP Put successful from server $ftp_server\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Error Checking with Net::FTP
by nickfaber (Initiate) on Jan 07, 2008 at 19:30 UTC | |
by vlademonkey (Pilgrim) on Jan 07, 2008 at 19:45 UTC | |
by starX (Chaplain) on Jan 07, 2008 at 19:41 UTC | |
by nickfaber (Initiate) on Jan 07, 2008 at 19:33 UTC | |
by derby (Abbot) on Jan 07, 2008 at 19:48 UTC |