tftp-now

Single-binary TFTP server and client for immediate use

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 on default port 69 in current directory$ tftp-now server
Download a file from a TFTP server$ tftp-now client 192.168.1.100 get remotefile.txt
Upload a file to a TFTP server$ tftp-now client 192.168.1.100 put localfile.txt