my $tftp = Net::TFTP->new("$Ip); $tftp->binary; $tftp->get("$getFile", $recvFile); $err = $tftp->error; undef $tftp;