Java socket programming header
Posted
by Andy
on Stack Overflow
See other posts from Stack Overflow
or by Andy
Published on 2010-05-22T05:55:46Z
Indexed on
2010/05/22
6:00 UTC
Read the original article
Hit count: 177
Hi,
I am trying to send a file through a java socket and receive it through another. However, this happens:
Send Content:
/* This is simply a file to transfer */
Received:
¨Ì
© Stack Overflow or respective owner