Net::TFTP

TFTP Client class
Download

Net::TFTP Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Graham Barr
  • Publisher web site:
  • http://search.cpan.org/~gbarr/

Net::TFTP Tags


Net::TFTP Description

TFTP Client class Net::TFTP is a Perl class implementing a simple Trivial File Transfer Protocol client in Perl as described in RFC1350. Net::TFTP also supports the TFTP Option Extension (as described in RFC2347), with the following options RFC2348 Blocksize OptionSYNOPSIS use Net::TFTP; $tftp = Net::TFTP->new("some.host.name", BlockSize => 1024); $tftp->ascii; $tftp->get("remotefile", "localfile"); $tftp->get("remotefile", \*STDOUT); $fh = $tftp->get("remotefile"); $tftp->binary; $tftp->put("localfile", "remotefile"); $tftp->put(\*STDOUT, "remotefile"); $fh = $tftp->put("remotefile"); $err = $tftp->error Requirements: · Perl


Net::TFTP Related Software