in reply to error handling with Net::FTP
$ftp->cwd('/home/costas') or die "cwd failed: [", $ftp->code, "] ", $f +tp->message; [download]