CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2014
    Posts
    61

    Remote File Manager: From direct connection to reverse connection

    Hi, good afternoon.

    I have a Remote File Manager found on web, and I 'm trying change your direct connection for reverse connection. But when I click on ListBox on remote host listed to connect, comes a message saying that don't can connect due the something wrong with the state of socket.

    Someone can help me with this?

    The complete project is HERE.

    PS: (in tests) for works correctly, move project folder to the C:\ directory. Server file is generated in Res folder (inside Client folder).
    Last edited by FL4SHC0D3R; February 11th, 2015 at 02:46 PM.

  2. #2
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Remote File Manager: From direct connection to reverse connection

    You must make sure that you have closed the socket before you try to use it to make another connection.
    Always use [code][/code] tags when posting code.

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