WvTftp is the world's fastest TFTP server. No, really, it is... It was originally developed for the NetIntegrator, but is also useful on its own, and so is available for free under the terms of the GNU LesserGeneralPublicLicense, or LGPL.

How do we make it so fast? By cheating. The TFTP protocol is extremely predictive. It asks for a single file and packet #1 of that file, then packet #2 of that file, and so on. It will never ask for anything else, so once it starts asking for a given file, we just pre-send the information, since we already know exactly what it is.

You can grab the latest release at DownloadReleases (stable). For the latest bleeding edge development (and complete development history), see wlach's repository on github.

Questions? Comments? Please direct them to the MailingList.

-- wlach / ppatters