网站网站是怎么做的,网站 多线,牛商网是干啥的,普通企业网站建设参考#xff1a; 在Ubuntu中搭建TFTP服务器_小拇指的脑瓜子的博客-CSDN博客_ubuntu tftpblog.csdn.net主要步骤#xff1a;sudo apt-get install -y xinetd tftp tftpd2. 创建文件/etc/xinetd.d/tftp#xff0c;内容如下#xff1a;service tftp
{socket_type dgrampro…参考 在Ubuntu中搭建TFTP服务器_小拇指的脑瓜子的博客-CSDN博客_ubuntu tftpblog.csdn.net主要步骤sudo apt-get install -y xinetd tftp tftpd2. 创建文件/etc/xinetd.d/tftp内容如下service tftp
{socket_type dgramprotocol udpwait yesuser rootserver /usr/sbin/in.tftpdserver_args -s /var/tftpboot/disable noper_source 11cps 100 2flags IPv4
}3. sudo chmod 777 /var/tftpboot4. sudo /etc/init.d/xinetd restart tftp服务器就绪监听端口为69拷贝一文件如test.txt到该服务器的/var/tftpboot目录即可通过tftp命令下载 如果tftp地址为10.1.11.100, 则#tftp -l test2.txt -g -r test.txt 10.1.11.100 或使用#tftp 10.1.11.100get test.txt即可下载tftp server的/var/tftpboot目录下的test.txt到本地