File transfer from C++ client to Java server
I have a c++ client which needs to send a file to a c++ server. I\'m splitting the file to chunks of PACKET_SIZE (=1024) bytes and send them over a TCP socket. At the server side I read at most PACKET
问答
阅读(1)