daminetreg / lib-tftp-server

TFTP server implemetation in C++ : Boost.ASIO + Boost.Spirit Based, header only and trivial.
Boost Software License 1.0
18 stars 4 forks source link

Not working on Windows (run-time) #4

Open jtousley opened 4 years ago

jtousley commented 4 years ago

Although it's been 5 years without activity, I'll leave this in case anyone hopes this will work on Windows. It won't. The server does not respond properly in Windows, and only transfers 0x949 (2377) bytes.

Compiles fine with MinGW and Boost, I did not have the same problems as issue #2 . Also works with Linux.

daminetreg commented 4 years ago

Thanks for the info, yes it's something I couldn't find time to maintain, but the project seems to be used by others so I'll do some fixes in the coming weeks.