Hi Rasheed,
I know little about VB, I had an ideas which has nothing to do with VB. but
hopefully it give you another approach. Base on your question it is more
about terminology then VB itself, if two person loggon into the same ISP
then you can properly track down each other IP's Address and again most ISP
have firewall & router, which use virtual Mapping IP address & filter IP
packages, so your program (method) won't work even if you can establish
connection.
My approach is to have two person logon the same Web server, and use the
Server as a bridge to transfer between PCs. e.g. Chat Application. With this
method you, have control over protocol.
Hope I can help.
Ps: If other have any other approach or correct the comment I had above
please feel free to do so, I love to hear about it.
----- Original Message -----
From: "Phil Perks" <philp@w...>
To: "professional vb" <pro_vb@p...>
Sent: Thursday, August 10, 2000 11:52 AM
Subject: [pro_vb] Help on winsock control in VB6
> ---Original Message-----
> From: rasheed anwar [mailto:rasheedan786@y...]
> Sent: 10 August 2000 08:46
> To:
> Subject: Help on winsock control in VB6
>
>
> Hi,
> I am an VB software professional. I am developing an ftp server & ftp
> client application using winsock control in VB6. I am successful in
> transfering files with in a local network using static(i.e local) IP
> address and on pre-defined port but, when i am trying to transfer
> files between 2 users across the internet using the same software it does
> not work.
>
> The process i'm following is identifying the dynamic
> IP adddress assigned to the users by the respective
> ISPs, and then trying to establish a connection
> between the 2 users (one being a client and the other
> being a server).
>
> Please let me know if i'm wrong or how to go about
> developing the above software.
>
> I will be thankful to you for the help.
>
> Rasheed Anwar
>