- Client is not installed by default on systems running Windows 7+, W2k8+
- File will be saved at
/srv/tftp
Server
apt update && apt install tftpd-hpa
vim /etc/default/tftpd-hpa
TFTP_OPTIONS="--secure --create"
systemctl start tftpd-hpa
Client
C:\> tftp -i [ip] put [file]