Difference between revisions of "Tftp-server"

From Tom's notes
Jump to navigation Jump to search
(Created page with "Install: <source lang="sh"> emerge net-ftp/tftp-hpa </source> Edit config file /etc/conf.d/in.tftpd Start server: <source lang="sh"> rc-update add in.tftpd default /etc/init...")
 
(No difference)

Latest revision as of 23:23, 26 April 2016

Install:

emerge net-ftp/tftp-hpa

Edit config file /etc/conf.d/in.tftpd

Start server:

rc-update add in.tftpd default
/etc/init.d/in.tftpd start