Wakan schrieb:
> I'm sending binary data over a socket connection using TCPStream.
> I'm using:
>tcp.write(row[3],tpl_size);
>tcp << endl;
> where row[3] contains binary data.
...
> In which way can I resolve that problem? How can I transmit in secure
> way binary
Wakan schrieb:
> I'm sending binary data over a socket connection using TCPStream.
> I'm using:
>tcp.write(row[3],tpl_size);
>tcp << endl;
> where row[3] contains binary data.
...
> In which way can I resolve that problem? How can I transmit in secure
> way binary