Crate tftp_client

Source
Expand description

An implementation of the TFTP Client as specified in RFC 1350 This includes retries and timeouts with exponential backoff

Modules§

parser
Parser and serialization of the TFTP Packet

Enums§

Error

Functions§

download
The blocking functions are the default Download a file via tftp
upload
The blocking functions are the default Upload a file via tftp