Skip to content
reubenajohnston edited this page Feb 13, 2020 · 4 revisions

Trivial File Transfer Protocol (TFTP)

  • Server install is $ sudo apt-get install tftpd-hpa
  • Client install is $ sudo apt-get install tftp-hpa
  • Server files are located by default in /var/lib/tftpboot
  • Start the server using $ sudo systemctl start tftpd-hpa
  • Restart the server using $ sudo systemctl restart tftpd-hpa
  • Query the status using $ sudo systemctl status tftpd-hpa
  • Stop the server using $ sudo systemctl stop tftpd-hpa

Clone this wiki locally