tftp-now

Lightweight TFTP server and client for quick file transfers

brewmacoslinux
Try with needOr install directly
Source

About

Single-binary TFTP server and client that you can use right now

Commands

tftp-now

Examples

start a tftp server in current directory$ tftp-now server
download a file from tftp server$ tftp-now client 192.168.1.100 get firmware.bin
upload a file to tftp server$ tftp-now client 192.168.1.100 put config.txt
start tftp server on specific port$ tftp-now server --port 6969
transfer file to tftp server on custom port$ tftp-now client 192.168.1.100:6969 put image.iso