Crates.io | tftp-ro |
lib.rs | tftp-ro |
version | 0.2.1 |
source | src |
created_at | 2020-03-09 06:46:35.305735 |
updated_at | 2020-03-13 00:51:27.848177 |
description | Read-Only TFTP Server |
homepage | https://github.com/stevebob/tftp-ro |
repository | https://github.com/stevebob/tftp-ro |
max_upload_size | |
id | 216766 |
size | 25,532 |
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.
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