in reply to Re: Re: Problem with new failing within Net::FTP
in thread Problem with new failing within Net::FTP
I flagged this with Graham Barr (the author of Net::FTP). Although in the pod the ascii, binary, etc functions are only listed as synonyms for type, they are, in fact, the 'correct' ways to set the mode.
As such,
$ftp_session->ascii;
Is the method he recommends to use.