I implemented a client and a server and right now it is only implemented that it transfers only plain .txt documents only. Now I want to alter it to transfer everything. I was thinking about reading the data and then create a new file in the client and copies that data with the same extension as the one read from. Though ...