CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2011
    Posts
    3

    [RESOLVED] about transfer server communicate

    I write a transfer server program ,I can communicate with some company servers,but one company server I can't.I send date to the server ,but the server return nothing to me.why?

    the server can judge the date is from a transfer server... ??????????

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: about transfer server communicate

    I'm sorry, but you've given no information that we can use to help you.

    • What's the connection between your machine and the servers?
    • What protocol are you using?
    • What format of data are you sending?
    • In what language did you write this?
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Mar 2011
    Posts
    3

    Lightbulb Re: about transfer server communicate

    I am sorry.the connection between my machine and the server is TCP/IP protocol.
    the socket use no protocol ,but the send data include sip protocol.

  4. #4
    Join Date
    May 2002
    Posts
    10,943

    Re: about transfer server communicate

    And the last two answers? And perhaps some example code?

    I'm sorry, but we simply cannot help you if you don't provide information.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  5. #5
    Join Date
    Mar 2011
    Posts
    3

    Smile Re: about transfer server communicate

    the problem has solved now .thank you very much!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured