Question: Modify the client.c and server.c program from Assignment 1 to add the following function: when the client connects to the server, the client provides the

Modify the client.c and server.c program from Assignment 1 to add the following function: when the client connects to the server, the client provides the name of a directory D to be retrieved in the server;

When the server receives the request, the server reads the name of the directory D, retrieves the contents from the directory D, and sends the contents back to the client. The client, after receiving the contents from the server, prints out the content.

Hint: 1. Use opendir() to open a directory; use man opendir to check more details;

2. Use readdir() to read contents under a directory: use man 3 readdir to check more details

3. Use closedir() to close a directory

Link to the client.C Code : https://pastebin.com/nn629s8Z

Link to the Server.C Code: https://pastebin.com/3WTeYcv7

Thanks

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!