Introduction - If you have any usage issues, please Google them yourself
TCP client-server communication program one : running a process, running the server and wait for the client to issue two requests, the client operating procedures, the importation of customer IP address, link request, if successful connection, the server-client shows the IP address and port number ; the client receives the document and preserve d : \ \ client \ \ ls.txt, otherwise an error message. 2 : Principle procedures transmitter : open the file, read each character to the buffer (buffer size for 1024), and if the document is greater than 1,024, then sent into pieces; If less, then sent directly. Receivers : Send-the same reason.
Packet : 117197tcp的客户服务器通信程序.rar filelist
client\client.cpp
client\client.dsp
client\client.dsw
client\client.ncb
client\client.opt
client\client.plg
client
server\server.cpp
server\server.dsp
server\server.dsw
server\server.ncb
server\server.opt
server\server.plg
server
说明.txt