1安装 xinetd:
sudo apt-get install xinetd
2安装
sudo apt-get install tftpd
3 vi /etc/xinetd.d/tftp
service tftp
{
socket_type =dgram
protocol =udp
wait =yes
user =nobody
server =/usr/sbin/in.tftpd
server_args =/tftpboot
}
4. /etc/init.d/xinetd restart
说明:
1、在windows 7上使用tfptd32.exe工具可能会造成有校验的错误。
对于linux的开发,最好使用tftp服务器来实现文件的传输。

620

被折叠的 条评论
为什么被折叠?



