Help for this page

Select Code to Download


  1. or download this
    use Net::TFTP;
    my $tftp;
    ...
    print ("error is $err.\n");
    print ($@."\n");
    print ("put file output is $putfile.\n");
    
  2. or download this
    $putfile = $tftp->put("./test.log");