Blog
My intention was to implement multiple file transfer in the Socket File transfer post :
https://www.arupsarker.com/blog/file-transfer-using-bsd-socket If I did that, the whole post would be very long. The whole idea is to implement multiple file transfer with BSD socket, by using the previous code of file read/write mechanism at the server and client code. I will try to keep it short.
I have discussed multiple file transfers using the BSD socket in that post :
https://www.arupsarker.com/blog/multiple-file-transfer-using-bsd-socket
In this article, I will explain, how concurrency works and how we can implement it.