The documentation on setting up tftpd on Debian/Ubuntu is pretty sparse Here is how you do it:
sudo apt-get install tftpd && sudo mkdir /srv/tftp # If you want to be able to upload to the TFTP server sudo chown nobody /srv/tftp
The documentation on setting up tftpd on Debian/Ubuntu is pretty sparse Here is how you do it:
sudo apt-get install tftpd && sudo mkdir /srv/tftp # If you want to be able to upload to the TFTP server sudo chown nobody /srv/tftp