zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

TFTP Server

November 2, 2010 by Igor Drobot Leave a Comment

Install a simple tftp Server under Debian 5 codename Lenny:

1
aptitude install atftpd

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

tftp 192.168.10.2

Filed Under: Linux, Networking Tagged With: tftp, tftp-server