C# How to receive multi file at the same time form two different client in async socket | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

C# How to receive multi file at the same time form two different client in async socket

Could any one provide me with code to solve this problem I searched in stackoverflow.com but all they provided is some tips not real code

9th Dec 2018, 12:13 PM
Mohand Gesm
Mohand Gesm - avatar
2 Answers
+ 4
My code for doing this was in Pascal using multiple tasks each handling one file using FTP. This talks about doing it in C#: https://www.codeproject.com/Articles/380769/Creating-an-FTP-Server-in-Csharp-with-IPv6-Support
10th Dec 2018, 2:43 AM
John Wells
John Wells - avatar
+ 1
ThreadPool.QueueUserWorkItem this what I need exactly thank you alot
10th Dec 2018, 3:46 AM
Mohand Gesm
Mohand Gesm - avatar