I have this assignment in my class where I have to create a Master/slave architecture, where master is a server that provides two files (password.txt and dictonary.txt). It sends these files to a slave which has a cracker and cracks the passwords.
At the moment the only way I can make it run is if I only send the dictonary.txt file over my outputstream, and the password.txt file is on the computer where the slave is. Is there anyone who can make an example of how to send 2 files like those .txt files over one outputstream?