Sending a binary file from server to clients over TCP

Started by
1 comment, last by trondb 21 years, 4 months ago
I have a client server program, that I am trying to extent to a Radio broadcast program... How do I send a binary file (WAV in my case) from the server to the client?!?!? For starters I just want to read the file from disk on the server side, send it over to the client, and write it to disk there... Thanks alot, I really need help on this one! "That''s Tron. He fights for the users."
"That's Tron. He fights for the users."
Advertisement
j00 R teh 3vul cross-poster!!!111
socket does not distinguish between datatype. Consider reinterpret_cast.

Kuphryn

This topic is closed to new replies.

Advertisement