in reply to Re: Perl Net::FTP put() gives little help on errors
in thread Perl Net::FTP put() gives little help on errors
Even when checking for errors like having if (! $ftp->put("build.zip")) and getting $ftp_message, the $ftp_message is still empty!
note, on the cmd window, I am seeing this
Net::FTP: Unexpected EOF on command channel at C:/Perl/lib/Net/FTP/dataconn.pm line 73
so question if why is $ftp->message empty?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl Net::FTP put() gives little help on errors
by cdarke (Prior) on Jan 07, 2010 at 10:40 UTC |