tftp-ro

Crates.iotftp-ro
lib.rstftp-ro
version0.2.1
sourcesrc
created_at2020-03-09 06:46:35.305735
updated_at2020-03-13 00:51:27.848177
descriptionRead-Only TFTP Server
homepagehttps://github.com/stevebob/tftp-ro
repositoryhttps://github.com/stevebob/tftp-ro
max_upload_size
id216766
size25,532
Stephen Sherratt (gridbugs)

documentation

README

Read-Only TFTP Server

Server implementing a subset of TFTP allowing it to respond to read requests only. The intended use case is when you have a directory of (say) binary images you wish to upload to (say) a dev board running (say) u-boot.

Example

This will run a server in the foreground, on the specified host and port, serving files out of the specified directory.

$ sudo tftp-ro --address=0.0.0.0:69 --directory=images
Commit count: 13

cargo fmt