文件名称:FileTrans
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 21.13kb
- 下载次数:
- 0次
- 提 供 者:
- 李**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本程序是一个用C#编写的文件传输程序,分服务端和客户端。 服务端首先监听端口,等待客户端的连接请求,一旦连接成功,即把可供客户端下载的文件名称发给客户端,客户端接受到文件名称后,选择要下载的文件,并发给服务器。服务器根据客户端发送的文件名,选择指定的文件读取文件流,并把文件流内容赋值给网络流发送到客户端,客户端将接受到的网络流赋值给文件流,并保存到文件。 注意:在使用时,要在E盘下建立一个aa文件夹,将一些文件放入其中,以供演示。-this procedure is a C# prepared by the file transfer process-server and the client. First-service monitoring ports, waits for the client to connect to the request Once connected, which is available for download client name in the paper circulated to clients, customers termination papers by name, choose to download the document and sent to the server. Servers based on the client to send the file name, select a file to read the documentation flow, and stream content to the network flow assignment sent to the client, the client will talk to the network flow assignment to the paper flow, and the preservation of the document. Note : when used in the E-aa established a folder of documents Add which, for demonstration.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 355611filetrans.rar 列表 文件传输 文件传输\文件传输客户端 文件传输\文件传输客户端\App.ico 文件传输\文件传输客户端\AssemblyInfo.cs 文件传输\文件传输客户端\bin 文件传输\文件传输客户端\bin\Debug 文件传输\文件传输客户端\Form1.cs 文件传输\文件传输客户端\Form1.resx 文件传输\文件传输客户端\obj 文件传输\文件传输客户端\obj\Debug 文件传输\文件传输客户端\文件传输客户端.csproj 文件传输\文件传输客户端\文件传输客户端.csproj.user 文件传输\文件传输客户端\文件传输客户端.sln 文件传输\文件传输客户端\文件传输客户端.suo 文件传输\文件传输服务器 文件传输\文件传输服务器\App.ico 文件传输\文件传输服务器\AssemblyInfo.cs 文件传输\文件传输服务器\bin 文件传输\文件传输服务器\bin\Debug 文件传输\文件传输服务器\Form1.cs 文件传输\文件传输服务器\Form1.resx 文件传输\文件传输服务器\obj 文件传输\文件传输服务器\obj\Debug 文件传输\文件传输服务器\文件传输服务器.csproj 文件传输\文件传输服务器\文件传输服务器.csproj.user 文件传输\文件传输服务器\文件传输服务器.sln 文件传输\文件传输服务器\文件传输服务器.suo