Lightweight TFTP server and client for quick file transfers
Single-binary TFTP server and client that you can use right now
tftp-now$ tftp-now server$ tftp-now client 192.168.1.100 get firmware.bin$ tftp-now client 192.168.1.100 put config.txt$ tftp-now server --port 6969$ tftp-now client 192.168.1.100:6969 put image.iso