I initially wrote the client and server for sending files to the server. This is done by running the server then to send a file with the client, run the client program with the filename as a command line argument. This was just done to figure the socket API. I aim to change the client program so that it will accept the put and get command. I am going to change the server so that it will be also be able to send files.
I initially wrote the client and server for sending files to the server. This is done by running the server then to send a file with the client, run the client program with the filename as a command line argument. This was just done to figure the socket API. I aim to change the client program so that it will accept the put and get command. I am going to change the server so that it will be also be able to send files.