tftpd

Multithreaded TFTP server daemon for network file transfers

cargomacoslinuxwindows
Try with needOr install directly
Source

About

Multithreaded TFTP server daemon

Commands

tftpd

Examples

start TFTP server on default port$ tftpd /var/lib/tftp
run TFTP server on custom port$ tftpd -p 6969 /var/lib/tftp
start TFTP server in foreground for debugging$ tftpd -d /var/lib/tftp
enable read-only mode for TFTP transfers$ tftpd -r /var/lib/tftp
run TFTP server with specific listen address$ tftpd -a 192.168.1.100 /var/lib/tftp