You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A basic implementation of a socket in C. The client, once succesfully connected with server, could require a file.
If the file is available, then it is sent and received from client.
Server2 could works with concurrency.
About
Basic file transfer client-server via socket in C.