How to use the Test Server: 1. Open up 2 consoles connected to Jonah: - one for server being executed - one for your client 2. Now go to a separate folder for each: - a folder for your client which contains your client program - a folder for your server which contains files for manipulation 3. Copy a file called "MIME.txt" to your server folder if you are in your server folder: cp /home/cs372/Server/MIME.txt . 4. Start the test server - /home/cs372/Server/server 9123 10 100 Note: the port number should be different for each user - therefore use a nine thousand number made up of a 9 and the last 3 digits of your student number - this should make it unique enough. 5. Now you are ready to use the server: - From your client folder GET a file - this file must be first located in your server folder - From your client folder PUT a file - this file should show up in the server folder.