文件名称:FileTranServer
介绍说明--下载内容均来自于网络,请自行研究使用
Delphi源代码实例实现Socket远端文件传输实例,程序分为客户端和服务端,两者都需要运行才能实现点对点的文件传输功能,任一方都可终止传送和接收文件,类似QQ的在线文件传输功能,基本的模块,可再此基础上不断完善和提高。-Delphi source code examples Socket remote file transfer instance, the program is divided into client and server, both need to run in order to achieve a point-to-point file transfer capabilities, either party can terminate the send and receive files, similar to the QQ online file transfer functions, basic module, the basis of continuous improvement and improved.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Client\FileTranClient.cfg
......\FileTranClient.dof
......\FileTranClient.dpr
......\FileTranClient.res
......\Frm_Client.ddp
......\Frm_Client.dfm
......\Frm_Client.pas
Server\FileTranServer.cfg
......\FileTranServer.dof
......\FileTranServer.dpr
......\FileTranServer.res
......\Frm_FileServer.ddp
......\Frm_FileServer.dfm
......\Frm_FileServer.pas
Client
Server