Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Probabilistic Databases

Authors: Dan Suciu, Dan Olteanu, Christopher Re, Christoph Koch

1st Edition

3031007514, 978-3031007514

More Books

Students also viewed these Databases questions

Question

Digital marketing campaign

Answered: 1 week ago

Question

=+j Improve the effectiveness of global and virtual teams.

Answered: 1 week ago