Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I tried to implement bidirectional client server communication between java client and c server.I am able to successfully send the file from client to server (i.e send character.txt from client to server), but there is problem while sending
back file from server back to client (i.e plaintext.txt from server to back to client).I am only received 1byte file.
.
Posted
Comments
Richard MacCutchan 9-Jul-15 3:41am    
There is a bug in your code.
saranyaayyappan 9-Jul-15 3:53am    
Please tell which part of my code has bug(Server or Client).It will helped me to which part of the code will i need to change
Richard MacCutchan 9-Jul-15 4:00am    
How on earth do you think anyone other than you could answer such a question? We have no idea what your code does.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900