/File_transfer_socket_C

Basic file transfer client-server via socket in C.

Primary LanguageC

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.