- 分享
- 0
- 人气
- 0
- 主题
- 5
- 帖子
- 492
- UID
- 13261
- 积分
- 4157
- 阅读权限
- 22
- 注册时间
- 2005-5-9
- 最后登录
- 2015-10-17
- 在线时间
- 2384 小时
|
我的作业做不出来,有没有高手能来搭救?
题目如下:
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 编辑 ] |
|