搜索资源列表
TCP发送接收
- 一个使用TClientSocket控件的程序,抛砖引玉。发送,接收,选择服务器端口,IP地址。TCP-TClientSocket use of a control procedure, congregate. Send, receive, to choose the server port and IP address. TCP
会话通信程序1
- 该实例完成一个服务器端和客户端简单的会话通信过程.要求主机上安装TCP/IP协议,并设定IP.服务器端和客户端使用同一台主机的不同端口号,服务器端使用的端口号为2000,客户端使用的端口号为3000. 服务器端程序先运行,首先初始化Winsock,然后创建套接字,在2000端口上进行绑定,接着在2000端口进行侦听,并进入等待状态.客户端后运行,同样首先初始化winsock,然后创建套接字,接着尝试和服务器端的连接.连接一旦建立,就可以在服务器端和客户端之间进行通信.客户端提示输入一个数字,比如
会话通信程序2
- 该实例完成模拟的FTP功能.服务器程序在2000端口进行侦听,并进入等待连接状态.客户端尝试和服务器端的连接.连接一旦建立,就可以在服务器端和客户端之间进行文件传输,程序里要求文件夹小于32KB.客户端提示输入文件各,该文件名可以带路径,服务器收到文件后,将其写到相应位置.-examples of the complete simulation of FTP functions. In 2000 server port for the interception, and went to wait
服务器端应用程序
- 一个简单的服务器端应用程序,功能:监听客户端的连接请求,为客户端连接请求建立SOCHET队列,处理各客户端发送来的数据,并向相应的客户端发送应答消息,更新服务器的端口号-a simple server-side applications and functions : listening to the connecting client requests for client requests to establish SOCHET queue address the client to sen
port-complete-mode
- 利用完成端口模型编写的服务器端,具有很强的参考价值。值得推荐。-completed using port model prepared by the server, and has a strong reference value. Recommendable.
scan_port_vc
- 服务器上所开放的端口就是潜在的通信通道,也就是一个入侵通道。对目标计算机进行端口扫描,能得到许多有用的信息,进行端口扫描的方法很多,可以是手工进行扫描、也可以用端口扫描软件进行。 扫描器通过选用远程TCP/IP不同的端口的服务,并记录目标给予的回答,通过这种方法可以搜集到很多关于目标主机的各种有用的信息,例如远程系统是否支持匿名登陆、是否存在可写的FTP目录、是否开放TELNET服务和HTTPD服务等。-opened by the server port is a potential co
kill-bill.tar
- I. Introduction This code exploits a previously undisclosed vulnerability in the bit string decoding code in the Microsoft ASN.1 library. This vulnerability is not related to the bit string vulnerability described in eEye advisory AD20040210
ftpvc++
- ftp客户端c++编程FTP协议将使用两条单独的TCP连接,一条专用于发送FTP命令,另一条则专用于传递数据。初始建立连接时,服务器在21号端口上接收来自客户端的命令连接。-ftp client c programming FTP will use two separate TCP connection, a dedicated FTP to send orders, and the other one is dedicated to data transfer. The initial est
CompletionIo
- 用于大型服务器地完成端口鱼线程池的结合IOCP+threadpool-for large server port to be completed fish pond threaded coupling IOCP threadpool
20051121676411
- 国防工业部VB代码QICQ (1)Server所需环境: 在..\\windows\\system\\下有: msvbvm60.dll mswinsck.ocx 在..\\commonfiles\\designer\\下有 msderun.dll 在..\\commonfiles\\system\\ado\\下有 msado20.tlb 工程文件:server.vbp 数据库文件:QICQ.mdb已经有用户: flyer(密码:1),huang(
smsManagePlant
- 短信平台管理系统是一个短信收发的平台,用户可以找一些代理的短信平台(IP),在系统里修改一些设置就可以进行短信的收发,有短信服务器的IP,服务器端口.系统还有一些常用用户的设置,包括客户资料,客户分类,客户分组,常用用语,还可以查看一些收到的短信.用户密码为空,进入系统可以进行用户的增加和权限的修改.-messaging platform management system is a transceiver SMS platform Users can find some agents mess
server-1.3.tar
- linux 操作系统上开发的上的网口与串口之间数据转发的程序.经过测试,非常好用.希望有人能用的着.-linux operating system developed by the network and serial port data transmitted between the procedures. After the test, very easy to use. I hope someone can use the forward.
httpgetfile
- 使用HTTP从web server端下载一个文件-Download a file from web server port using HTTP
web-time
- get time from free web server port 37 vs2003 -get time from free web server port 37vs2003
SocketProgramming
- 本程序中当client使用TCP socket连接TCP Server成功后,client端要向TCP Server发送“GET UDP PORT”命令字符串,Server收到后再向client回送自己的UDP Server 端口号-When the client program using TCP socket connection TCP Server is successful, client to client TCP Server to send " GET UDP PORT&
lab4
- Client程序同样分别创建一个TCP socket 和一个UDP socket,首先client使用TCP socket连接TCP Server。 连接成功后显示提示信息; 然后client端向TCP Server发送“GET UDP PORT”字符串,Server收到后向client回送自己的UDP Server 端口号(即Client端仅知道TCP Server的端口号而不知道UDP Server的端口号); client在收到UDP Server的端口号后, 为用户显示3个选
123124
- delphi使用indyTCPserver client的客户端通过IP地址端口向服务器发送信息-delphi indyTCPserver client using the client IP address by sending information to the server port
server
- 这是ICP设备中视频传输的server端,通过server端口,接收视频信息-This is the server end of the video transmission equipment ICP server port to receive video information
Printer Server
- Is a printer Server for send text file from pc to pos printer Com Port number and parameter are detailed on header of text file
vb-socket-server-client
- 使用vb6编写的简单的端口监听程序,包含服务端和客户端代码,先启动客户端,再启动客户端,点击连接后会弹出连接成功的提示,在客户端文本框中输入文本,服务端会实时显示内容。(The simple port listening program written with VB6 includes the server and the client code, starting the client first, and starting the client. After clicking the co