Erix Yao wrote:
I wrote a program to transfer file through tcp. Every thing is OK at the beginning. But when transferring the a little large file through, I can't get it in a single piece of message(The file is about 5MB).How can I dealwith this?
You can't. This is the way messages are transfered using the TCP protocol.
Must I put all the pieces of messages together by myself?
Yes.
-- -- cordialement, regards, Emmanuel Lécharny www.iktek.com directory.apache.org
