
February 21st, 2002, 08:32 AM
|
|
Junior Member
|
|
Join Date: Feb 2002
Location: Nova Scotia
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
I'm using Sockets.
Well what I'm doing is actually in Java. I figured if someone answered me in C++ I could adapt it. I've also asked this question in a Java Fourm but had no responce.
What I want to know is, with an FTP program, there's an area that says Firewall/Proxy which allows you to connect through a proxy.
My Database Connection String Is like this(fictional IP).
jdbc:mysql://60.255.255.21:3127/Database_db
If I use this from my computer, I get unreachable IP. If I try it on the computer that has a direct connection to the internet it's fine.
I connect through anothr computer with local IP of 10.0.0.1 on http port 6588. The rest of the ports are their usual ports IE. FTP 10.0.0.1:21 that sort of thing.
I don't need anything specific to Java or even C++. I just need to know how other programs do it. Syntex in any language would be great.
|