安装
# sudo apt-get install tftp-hpa //客户端 # sudo apt-get install tftpd-hpa //服务端
配置
# chmod 777 /tftpboot # vi /etc/default/tftpd-hpa TFTP_USERNAME="tftp" TFTP_DIRECTORY="/tftpboot" TFTP_ADDRESS="0.0.0.0:69" TFTP_OPTIONS="--secure"