http://www.perlmonks.org?node_id=310794


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

Ahh, good catch. It fails the $ftp->type() line, which is probably the source of my problem. I was able to fix it by using $ftp->binary() instead of $ftp->type(). Thanks!