Description: java file services to write the software, when a client connects to the server, the server reads a command from the client. Determine the client requests a file or index , if it is index to send the file list. To determine if a file is requested to determine whether a file exists and if it sends the ok , and send the file to the client, if the place does not exist error .
To Search:
File list (Check if you may need any files):
第一题\fileClient.class
......\fileClient.java
......\fileServer.class
......\fileServer.java
第一题