Im having a strange problem with tftpd-hpa. Ive not changed anything in
its config other than added -vv to get it to log whats going on.
Im trying to copy from a Cisco router to the tftp server
The log on the server log shows WRQ from the routers ip with the filename
then 'sending NAK (1, file not found)'
Despite the TFTP_USERNAME="tftp" being set in the config file its still
running as root (started from systemd)But I cant see that matters as
anyone should be able to write to the directory:
TFTP_DIRECTORY="/srv/tftp"
ls -l /srv:
drwsrwsrwx 2 root root4096 Nov 18 19:37 tftp
Any ideas?
Thanks
Andrew