文件名称:socket_programing_file_transfer
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- l*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
socket programing:
type-->file transfer
->open a terminal and compile the server file..this terminal will act like server
->open another terminal and compile the client file..this terminal will act as a client..
->the file mention in the server side will be transferred to client side
->to compile c file in linux
$cc filename.c -o outputfilename.o
-socket programing:
type-->file transfer
->open a terminal and compile the server file..this terminal will act like server
->open another terminal and compile the client file..this terminal will act as a client..
->the file mention in the server side will be transferred to client side
->to compile c file in linux
$cc filename.c-o outputfilename.o
type-->file transfer
->open a terminal and compile the server file..this terminal will act like server
->open another terminal and compile the client file..this terminal will act as a client..
->the file mention in the server side will be transferred to client side
->to compile c file in linux
$cc filename.c -o outputfilename.o
-socket programing:
type-->file transfer
->open a terminal and compile the server file..this terminal will act like server
->open another terminal and compile the client file..this terminal will act as a client..
->the file mention in the server side will be transferred to client side
->to compile c file in linux
$cc filename.c-o outputfilename.o
(系统自动生成,下载前可以参看下载内容)
下载文件列表
socket programing-file transfer
...............................\client file ii file transfer.c.c
...............................\server file in file transfer.c
...............................\client file ii file transfer.c.c
...............................\server file in file transfer.c