How Does a TCP client receive binary data it requests from a TCP server?
If the server sends the requested data (some binary data at a certain position of file) how is this received and saved to a file.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is an example of connecting to a remote server, receiving data, and writing it to a file:
This will connect to google and write the response to a file: