1,安装
# apt-get install tftpd-hpa
2,配置
# vi /etc/default/tftpd-hpa TFTP_OPTIONS="--secure --verbose"
# systemctl restart tftpd-hpa
3,测试
# apt-get install tftp $ tftp localhost tftp> get foo tftp> quit
# tail -f /var/log/syslog
# apt-get install tftpd-hpa
# vi /etc/default/tftpd-hpa TFTP_OPTIONS="--secure --verbose"
# systemctl restart tftpd-hpa
# apt-get install tftp $ tftp localhost tftp> get foo tftp> quit
# tail -f /var/log/syslog