Search:

Type: Posts; User: alquds

Search: Search took 0.00 seconds.

  1. Replies
    18
    Views
    15,600

    Thank you for your response, but i have resolved...

    Thank you for your response, but i have resolved my problem using a second connection port between server and client
  2. Replies
    18
    Views
    15,600

    yes you're right but the JSON file is sent to the...

    yes you're right but the JSON file is sent to the server correctly. I avoided using the socket value as the return value of send_fich but the same problem.
    envoyer_fich:

    int envoyer_fich(int...
  3. Replies
    18
    Views
    15,600

    yes, when i did a test of a send of message...

    yes, when i did a test of a send of message without the file transfer running perfectly.
    Otherwise, I used the return values: the send step from client does not return any error but the read step...
  4. Replies
    18
    Views
    15,600

    Thank you for your answer, but the problem is not...

    Thank you for your answer, but the problem is not about the dynamic allocation or the malloc cast, elsewhere I used char buffer [buffer_size] and the problem remains the same. My main subject is when...
  5. Replies
    18
    Views
    15,600

    Send a message after sending a file via socket

    Hello,
    I made a program that transfers a JSON file using the client's socket to the server. In fact, I wanted to send a message after receiving the file from the server to the client but apparently...
Results 1 to 5 of 5