i have codes for simple knock knock client and knock knock server and knock knock protocol .this works well for simple jokes like
client:knock knock
server you are supposed to say who;s there?
like after finishing jokes it should ask whether client wants to transfer files or not......and i also have to transfer a file from server to client
Develop a program , that uses client/server
sockets to establish a connection between two different computers over the network,
then allows the client to request a file from the server and successfully transfers the file
to the client PC.you have to use /modify knock knock client ,server and protocol as well.