Tftp Server installation and configuration tftp server www.2cto.com trivial file transfer protocol simple file transfer protocol tftp has three transmission modes: netASCII 8-bit ASSCII eight-bit group mode check whether the mail mode is installed [root @ localhost Server] # rpm-qa | grep tftp-servertftp-server-0.49-2 www.2cto.com install Mount Installation File image [root @ localhost Server] # rpm -ivh tftp-0.49-2.i386.rpmwarning: tftp-0.49-2.i386.rpm: headv3 DSA signature: NOKEY, key ID 37017186Preparing... (100 ###################################### ## ### [100%] 1: tftp (88 ##################################### ###### [100%] [root @ localhost Server] # rpm-ivh tftp-server-0.49-2.i386.rpmwarning: tftp-server-0.49-2.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186 error: Failed dependencies: xinetd is needed by tftp-server-0.49-2.i386 [root @ localhost Server] # rpm-ivh xinetd-2.3.14-10.el5.i386.rpmwarning: xinetd-2.3.14-10.el5.i386.rpm: Header V 3 DSA signature: NOKEY, key ID 37017186Preparing... (100 ###################################### ##### [100%] 1: xinetd (1 ##################################### ###### [100%] [root @ localhost Server] # rpm-ivh tftp-server-0.49-2.i386.rpmwarning: tftp-server-0.49-2.i386.rpm: headv3 DSA signature: NOKEY, key ID 37017186Preparing... (100 ###################################### ##### [100%] 1: tftp-server (2 # ######################################## # [100%] modify the configuration file [root @ localhost/] # vi/etc/xinetd. d/tftp # default: off # description: The tftp server serves files using the trivial file transfer \ # protocol. the tftp protocol is often used to boot diskless \ # workstations, download configuration files to network-aware printers, \ # and to start the installation process for some operating systems. service t Ftp {socket_type = dgramprotocol = udpwait = yesuser = rootserver =/usr/sbin/in. tftpdserver_args =-s/tftpbootdisable = no # modify per_source = 11cps = 100 2 flags = IPv4} www.2cto.com to start the server [root @ localhost ~] #/Etc/init. d/xinetd start xinetd: ol. O check whether the server is successfully started [root @ localhost ~] # Netstat-a | grep tftpudp 0 0 *: tftp *: * Check port [root @ localhost ~] # Netstat-anulp | grep 69udp 0 0 0.0.0.0: 69 0.0.0.0: * 10548/xinetd client [root @ localhost Server] # tftp (to) 192.168.1.26tftp> get/home note: /* the following files are commonly used as Directory files */get ls.txt