Joedahms / ECE463-Project

1 stars 0 forks source link

Move Client/Server setup to work with get and put commands #2

Closed Joedahms closed 1 month ago

Joedahms commented 1 month ago

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.

Joedahms commented 1 month ago

This issue is closed but only put functionality works. Going to make separate issue for get.