Pages

Sunday, March 18, 2012

Linux Trivial File Transfer Protocol (TFTP) Service

Install TFTP Service 
yum install tftp-server

Enable TFTP Service 
vi /etc/xinetd.d/tftp

server_args  = -s /tftpboot
disable = no

< Put you stuff in /tftpboot >


Start Service
service xinetd start

Enjoy your TFTP service !

No comments:

Post a Comment