BrandonPotter / SimpleTCP

Straightforward .NET library to handle the repetitive tasks of spinning up and working with TCP sockets (client and server).
Apache License 2.0
363 stars 108 forks source link

File Transfer #53

Closed emnylmz closed 5 years ago

emnylmz commented 5 years ago

My goal is a client to transfer a file to the server. Which method can I do this? I want this file reaching the server to be distributed to all connected clients. Is there a method I can transfer files on the client and server part?