|
-
Apr 13th, 2005, 06:50 PM
#1
Thread Starter
Hyperactive Member
net Winsock
is there any way to get a connection equivalent to winsock going over the internet instead of a network
It's not just Good, It's Good enough!
Spelling Eludes Me
-
Apr 14th, 2005, 12:41 AM
#2
Re: net Winsock
Winsock goes as easily over the internet as it does through a network, except for the usual firewalls.
-
Apr 18th, 2005, 09:30 PM
#3
Thread Starter
Hyperactive Member
Re: net Winsock
anything you have to do differently?
It's not just Good, It's Good enough!
Spelling Eludes Me
-
Apr 18th, 2005, 10:43 PM
#4
Lively Member
Re: net Winsock
Hmm the firewalls you say...
Would this possibly affect
-File downloading using winsock
-File downloading using other methods (vb)
-Connecting to another computer(server) using winsock?
Any ideas? Thanks!
Thougth id ask hence we're talkin about it
-
Apr 19th, 2005, 12:39 AM
#5
Re: net Winsock
Either you can use ports that the firewall has open, or you can have the ports opened for you, but this requires a manual process to be performed by the users.
Not everybody has a firewall, and not many of them are configured the same way.
You can't know in advance how the firewall is set up, so it's best to use open ports, or have a method to try a port, and select alternates if one is blocked.
msn does this with the messanger that allows it to do all sorts of things despite a closed firewall.
-
Apr 19th, 2005, 02:43 AM
#6
Re: net Winsock
HTTP TCP/80 is always open as is HTTP Proxy TCP/8080. SMTP TCP/25 may also be open.
I would recommend you use port 80 and also allow your users to enter a proxy server in their settings so should there be a firewall, users can still use the applications Internet facilities.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|