Install a simple tftp Server under Debian 5 codename Lenny:
1 | aptitude install atftpd |
Should the server be started by inetd?
On the question answer with NO, it should run as a daemon and not as inetd service:
Choose a base directory for your data.
Test tftp-server:
1 | tftp 192.168.10.2 |
Leave a Reply