搜索资源列表
madengine.zip
- 根据特定URL地址读取所有页面自动建立索引文件的搜索程序
madengine
- 根据特定URL地址读取所有页面自动建立索引文件的搜索程序 -Serach app which can read all the special urls webpages and setup up index automatically
telnet
- 采用C/S架构, 服务器端采用I/O复用,实现多客户端连接。通过读取配置文件,初始化服务端设置和建立用户信息。实现服务器和客户端的会话。-By C/S architecture, server-side use of I/O multiplexing, multi client connection. By reading the configuration file, initialize the server settings and the establishment of user in
CMyTest
- 实现从ini文件读取信息,与ftp服务器建立连接,实现上传和下载,把要上传的文件上传到ftp服务器,下载的文件下载到本地电脑上。-Read information from a ini file, and ftp server connection, to upload and download, upload the file to upload to the ftp server, download the file to download to your local computer.
liunx-TCP
- liunx UDP通信 指定客户端的IP 地址和端口号 与服务端建立TCP 连接 请求读取文本文件A(全部小写字母,多行),并将A 文件发送给服务器端 显示本地和异地协议地址信息-liunx tcp
socket
- 使用socket网络编程实现的文件传输,客户端读取指定目录下文件的内容,利用socket建立连接发送,服务器端接收数据并写入文件。-Network programming using socket file transfer, the client reads the contents of files in the specified directory using the socket to establish a connection to send, the server receive
2-1c
- 客户端要求: 指定客户端的 IP 地址和端口号 与服务端建立 TCP 连接 请求读取文本文件 A(全部小写字母,多行) ,并将 A 文件发送给服务器端 显示本地和异地协议地址信息-TCP connect
FTP上传下载器
- 这个事件过程用到两个函数:ConnectFtp()和UpdateDir()。 ConnectFtp()函数代码。 FTP客户程序要建立与服务器的连接,需要一个CInternetSession和CFtpConnection 对象,但并不需要直接创建CFtpConnection对象,而是通过调用CInternetSession:: GetFtpConnection实现。 UpdateDir()函数代码。 CFtpFileFind将服务器上的数据(包括文件和文件夹)都统一作为文件看待,因此需要