johnj / putty-tunnel-manager

Automatically exported from code.google.com/p/putty-tunnel-manager
0 stars 0 forks source link

ptman crashes with ip:port local port syntax in putty #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a tunnel in putty using IP address:port for the local port
2. Save putty connection
3. Launch ptman
4. Right click the ptman icon

What is the expected output? What do you see instead?

expect ptman to recognize this syntax.  Instead, it crashes

What version of the product are you using? On what operating system?

0.9.1

Please provide any additional information below.

Putty allows one to create a tunnel using the syntax <ip>:port for the local 
port in addition to doing so for the remote port.  This allows one to use use 
multiple localhosts so that the same port can be used multiple times with 
different localhost ips (ex: 127.101.65.30:3389 is different than 
127.0.0.1:3389).  Since putty allows this, ptman should as well.

Original issue reported on code.google.com by wcole...@gmail.com on 20 Jan 2012 at 8:05

GoogleCodeExporter commented 9 years ago
Duplicate of issue #10.

Original comment by jon@sprig.gs on 3 Apr 2012 at 9:12