A server-client socket program in C
The program has the following features:
- The client initiates the connection (no action required from user (No Action))
- Takes a file name from the user (user is prompted to enter filename)
- Sends the file name to the server (No action)
- Server searches for the file name in its shared drive (assuming there is only one shared folder that a client can access file from) (No action)
- Server sends the file to the client (No action)
- Clients stores it in its local drive (No action)
- Client closes the connection (No action)