costas has asked for the wisdom of the Perl Monks concerning the following question:
Would prefer something like#Example scenario #Move to destination directory FROM root $ftp->cwd(/home/costas) or die "cannot find root directory";
$ftp->cwd(/home/costas) or die "$ERROR";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: error handling with Net::FTP
by mla (Beadle) on Apr 04, 2002 at 14:42 UTC | |
|
Re: error handling with Net::FTP
by DigitalKitty (Parson) on Apr 04, 2002 at 14:31 UTC | |
|
Re: error handling with Net::FTP
by jlongino (Parson) on Apr 04, 2002 at 17:55 UTC |