in reply to Error with Net::FTP - Can't locate Net::FTP::A

I think you’re missing a single quote in front of your password
Probably just in your post, but thought it was worth mentioning.
$ftp->login("bogie", #0tB\@') or die $ftp->message;