1, download opentftpmtV1.62.tar.gz (http://sourceforge.net/projects/tftp-server/files/tftp%20server%20multithreaded/opentftpmtV1.62.tar.gz)
2, uncompress the tarball
3, check README detailedly
4, compile opentftp by using gcc in README
5,copy rc.opentftp to /etc/rc.d
6,add the following code to /etc/rc.d/rc (rc.local is not workable)
# Start the opentftp daemon:
if [ -x /etc/rc.d/rc.opentftp ]; then
/etc/rc.d/rc.opentftp start
fi
7, copy opentftpd.ini to /etc
8,modify HOME directory in opentftpd.ini to preferable directory
9,modify the location of opentftpd in opentftpd_start function in opentftpd.ini