10 - Chunking and hashing (part 2).

Let's make our client more complete by making it download and verify all the chunks and saving them to disk.

Assignment

Server:

Client:

Testing

  1. Run a server that shares a file
  2. Have your client connect to the server to download the file
  3. Validate the downloaded file

When you are done click here to go to the next exercise