my $localname = $ftp->get("$path$station.TXT", "$datapath$station.TXT"); die "Something went wrong" unless defined $localname; $ftp->quit;