yum -y install tftp-server
Edit /etc/xinetd.d/tftp, add -c if need create (put file in)
server_args = -cs /var/lib/tftpboot
systemctl enable tftp.socket
systemctl start tftp.socket
PS. xinetd is not necessary
yum -y install tftp-server
Edit /etc/xinetd.d/tftp, add -c if need create (put file in)
server_args = -cs /var/lib/tftpboot
systemctl enable tftp.socket
systemctl start tftp.socket
PS. xinetd is not necessary
This page contains a single entry by Pank published on September 21, 2017 10:11 AM.
Get current date YYYYMMDD in Windows CMD was the previous entry in this blog.
curl -T to PUT file to PHP is the next entry in this blog.
Find recent content on the main index or look in the archives to find all content.