How to transfer File and image as jpg using Tcp socket if you please give some info will be excellent
thank you
4 Mar 2010 - 12:41am by Zohaib (not verified)
I am trying to communicate between a java server and a C client,
The problem is that my server is writing to the socket using DataOutputStream and i am not allowed to change that. So the C client is not able to properly read because it uses buffer.
I am using read(socket,buffer,strlen(buffer)) in C to read.
How can I send an excel file using a socket ???
How to transfer File and image as jpg using Tcp socket if you please give some info will be excellent
thank you
I am trying to communicate between a java server and a C client,
The problem is that my server is writing to the socket using DataOutputStream and i am not allowed to change that. So the C client is not able to properly read because it uses buffer.
I am using read(socket,buffer,strlen(buffer)) in C to read.