Development of software with client-server utilities functionality for Windows, part 02
Continuing the series of articles dedicated to custom implementations of Windows command-line utilities, we cannot overlook TFTP (Trivial File Transfer Protocol) — a simple file transfer protocol. As in the past, we'll briefly cover the theory, look at the code that implements functionality similar to what is needed, and analyze it. More details are below. I won't copy-paste reference information, links to which can traditionally be […]
