tcp - Sending binary file data through sockets -
tcp - Sending binary file data through sockets -
i trying write socket programme in c using tcp sends binary file info server client, don't know how it.
in other words, need download binary file server client.
any ideas?
for sockets there no difference what info within packet. it's called payload in terms of networking , structure, format of import applications send/receive it. question of "sending binary info through sockets" transforms "how send info through sockets" answered multiple times in , there plenty of tutorials on internet. did not mention platform using, start here linux , here windows or google around socket programming.
tcp serversocket
Comments
Post a Comment