Hi,

I am trying to implement a client server wherein the client must be able to download a requested file off the server and upload a file onto the server. I have implemented the download part of the code using TCP Sockets.

In the upload part from the client to the server, the problem stated says that the client must be able to request the server to create a new directory on the server and then upload it there.

How can the creation of the new directory on the server be handled?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.