The client can connect to the server by entering the its name and the server port number (7000)
The client can send message or file by entering the command in the following way.
[type]cast [file or message] [file name or the message] [client name only in case of block cast or unicast]
The file which is to be sent by any client is to be maintained in the project folder of the its class file, and the file which is received is also stored in the project folder of the receiving client’s class file.
The message which is to be send by any client is to be typed on it’s console, and the message which is received is displayed on the console of the receiving client.