Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Y-Modem Implementation for .Net

Tags:

c#

.net

Is there a ready and free Y-Modem Implementation for .Net, preferrably in C#?

I found only C/C++ Solutions.


1 Answers

There is a library for XModem that you could adapt to use Y-Modem without much effort.

like image 134
Juanma Avatar answered Dec 30 '25 19:12

Juanma