in reply to Re: Unable to complete download with Net::FTP
in thread Unable to complete download with Net::FTP

I thought binmode was a property of a file-handle, and for ftp I figured the line:

$ftp->type('binary');

was doing that? Where/what should I binmode? Also, if I look at the downloaded file (e.g. type LL_tmpl.gz) it is definitely binary, not ascii.