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

    How To Access Port Forwarded Resource Via Socket Programming?

    Hi,

    I just need to understand what information I should provide to a c++ code if I had a tunnel session established with the following configuration

    I'm on a window 7 computer.
    I successfully configured a ssh tunnel session via putty.
    In putty, set my local port to be 4000, the remote unix server / port are: remoteName:3000

    So I assume my c++ code will now access the remote resource if I use host="localhost" port="4000"?

    thanks

  2. #2
    Join Date
    Oct 2009
    Posts
    37

    Re: How To Access Port Forwarded Resource Via Socket Programming?


  3. #3
    Join Date
    Aug 2012
    Posts
    20

    Re: How To Access Port Forwarded Resource Via Socket Programming?

    Its good to see that you found your solution by your own.... You were commited to solve the prob, that shows your commitment...

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