in reply to Net::FTP can't fetch file to local directory?

So you need to

chdir($new_directory);

in create_dir()
and use only

$ftp->get($remote_file) or die "get fail +ed", $ftp->message;