Implements the TFTP (Trivial File Transfer) protocol (client/server) in an easy-to-use C#/.NET library.
This is a .NET/C# library that allows you to easily integrate a TFTP Client or TFTP Server in your own C# applications.
If you’re looking for a fully-fledged GUI client, you should probably look into other projects. However, if you’re looking for code that allows you to implement your own TFTP client/server in only a few lines of C# code, you’ve come to the right place.
Visual Studio users can simply obtain the library from NuGet.
Alternatively, downloading the source and building it in Visual Studio 2019 should work without problems. Remember to restore your nuget packages, before building. Otherwise you will complaints that NUnit and its dependencies are missing. Contact me if you’re having any issues.
At the moment the library features: