搜索资源列表
-
2下载:
多线程 网络传输
开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy)
传输协议:TCP/IP
客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。
使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。
文件的多线程读写采用windows内存映像技术。
关键的服务器处理函数IdTCPSe
-
-
0下载:
通过indy datetime控件同步互联网时间服务器的小软件-Indy datetime control synchronization through the Internet time server small software
-
-
0下载:
ftp服务器管理源码,使用了INDY组件,采组XML方式读取配置文件,同时连接FTP服务器成功后自动转到指定的目录上面-ftp server source code management, the use of the INDY components, mining group the way to read XML configuration file, at the same time to connect FTP server automatically go after the succ
-
-
0下载:
Example o indy client/server
source code with stream video
-
-
1下载:
Demo Name: Main
Author: Ted Rybicki
Purpose: Sync up systems and workstations clock through firewalls with socks
support. NOTE: You will need to set Name field in IdSocksInfo1 to
your socks server for socks support to work correctly.
-
-
1下载:
NTP timer server based on Indy.
-
-
0下载:
smtp server delphi平台下的smtp server组件包。包括所有源代码文件-SMTP Server Components Suite Package
Required Component Package: Indy
Author: Riceball(riceballl@hotmail.com)
visit the my SMTPServer homepage for more info and get the latest version and source
-
-
1下载:
很实用的FTP源码,我的WWW服务器上面一直在用,主要是可以自己修改对FTP的控制。-FTP is very useful source, my WWW server has been used above, primarily to modify the FTP control of their own.
-
-
0下载:
TCP AdoServer/Client is a multi-tier tool to design a a thin client application
that connects to an application server. It is built using Indy components and ADO.
TCP AdoServer/Client is a simple and complete solution to develop and implement a
-
-
0下载:
Delphi采用Indy实现HTTP实例DELPHI编写HTTP下载,支持WEB服务器功能-Delphi using Indy HTTP instance DELPHI writing HTTP download support WEB server function
-
-
0下载:
用delphi做的TCP的测试程序,主要介绍idTcpclient和idTcpServer的使用。此包两个程序,一个是tcp客户端向服务端发送普通的字符串。服务端对客户端发来的字符串进行显示,并返回信息给客户端。另一个程序介绍TCP客户端如何发送由多个记录组成的数据包到服务端。服务端如何校验消息头和提取消息内容,并返回应答消息包给客户端。代码中每句都有解释,并且有一篇本人自己写的关于本程序的思路和代码意思。目的是希望大家能够互相学习。
程序是使用delphixe3写的,indy版本是i
-