Dear readers,

I ran tftpd like this :

route -T 10 exec /usr/sbin/tftpd -d -v -c -l 192.168.2.1 /var/tftpd

when trying to upload , it created an empty file in  /var/tftpd

# ls -ld /var/tftpd/;  ls -l /var/tftpd/
drwxr-xr-x  2 _tftpd  wheel  512 Jul 27 18:31 /var/tftpd/
total 4
-rw-rw-rw-  1 _tftpd  wheel  0 Jul 27 18:34 board.json

and log errors on stderr :
tftpd: 192.168.2.32: write request for 'board.json'
tftpd: tftp_wrq recv: Connection refused

get does similar
tftpd: 192.168.2.32: recv: Connection refused
tftpd: 192.168.2.32: read request for 'foo'

Am I missing something obvious ?

Thank you for reading that far.

Reply via email to