apt-get install openbsd-inetd tftpd tftp
nano /etc/inetd.conf
tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd /srv/tftp( этот блок можно изменить на нужный путь)
chmod -R 0777 /srv/tftp
/etc/init.d/openbsd-inetd restart
на клиенте (для проверки)
apt-get install tftp
tftp 10.100.100.100
tftp> get file
Your article helped me a lot, is there any more related content? Thanks!