-
Notifications
You must be signed in to change notification settings - Fork 13
tftp
reubenajohnston edited this page Feb 13, 2020
·
4 revisions
- 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