题目如下:
Question:
Using sockets, develop a client-server application with functionalities as stated below:
Client Program
- Sends a request to the server requesting the content of a text file by file name.
- Receives the content of the requested text file from the server and display the file on screen.
Server Program
- Accepts request from client program and sends the content of the requested text file to the client.
[ 本帖最后由 genki880712 于 2009-8-23 10:47 PM 编辑 ]