dotnet / WatsonTcp

WatsonTcp is the easiest way to build TCP-based clients and servers in C#.
MIT License
599 stars 117 forks source link

Sending files #278

Closed donnyv closed 10 months ago

donnyv commented 10 months ago

How would you send files with this? Also can it handle large files?

jchristn commented 10 months ago

Hi @donnyv sample implementation for file transfer can be found here: https://github.com/dotnet/WatsonTcp/tree/master/src/Test.FileTransfer