troglobit / uftpd

FTP/TFTP server for Linux that just works™
https://troglobit.com/projects/uftpd/
ISC License
182 stars 32 forks source link

TFTP Write is broken #41

Open satirebird opened 1 year ago

satirebird commented 1 year ago

I have tried to transfer a file from an embedded device (u-boot) to the host.

I got a lot of error messages:

.....
tftp WRQ 'cfg.dat' from 192.168.3.201:2864
tftp WRQ 'cfg.dat' from 192.168.3.201:2864
tftp WRQ 'cfg.dat' from 192.168.3.201:2864
tftp WRQ 'cfg.dat' from 192.168.3.201:2864
192.168.3.201: Failed opening '/cfg.dat'. Error 24: Too many open files
*** buffer overflow detected ***: terminated

The tftp-hpa server works totally fine with the same device.