TFTP (Trivial File Transfer Protocol) is a protocol developed based on the UDP protocol for simple file transfer between the client and the server, providing a file transfer service that is not complicated and has little overhead.
First, modify the /etc/xinetd.d/tftp configuration file, as follows:
$ cat /etc/xinetd.d/tftp
service tftp
{
protocol = udp
port = 69
socket_type = dgram
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = /tmp/tftproot
disable = no
}
Run the service
$ service xinetd start
Third, check whether the service is started, 69 corresponds to the port port in the /etc/xinetd.d/tftp configuration file
$ sudo netstat -anpu |
Grep 69
udp 0 0 0.0.0.0:69 0.0.0.0:* 14890/xinetd
Win 2003 Standard Edition, Windows 2003 Enterprise Edition, Windows XP Professional, Windows 2000 Se
Before reading this article, there are a few points to note. 1, everyones full control of th
CesarFTP is a very good free FTP server software, although its size is small, but the functi
windows server 2008 comes with ftp set up complex, learning for a long time did not understand. So u
What should I do if the Win10 app store and Xiaona are abnormal at the same time?
Setting port forwarding using iptables in CentOS system
Windows 8 will have built-in scanning technology to judge malicious programs
Win7 crosses the fire line and does not prompt CF File Watcher how to solve it?
Easily cool the computer Win7 comes with three power plans
Common Windows Command Encyclopedia
Win10 how to upgrade the anniversary update win10 RedStone anniversary update upgrade method
What is the difference between Windows RT and Windows 8?
Win7 system boot prompt "Ready to configure Windows do not shut down" What should I do?