I'm trying to make a file transfer program so that I can access files in my computer from another computer, remote. But, when I am at the remote computer, how can I get the IP adress of my own computer to the program in order to make the connection ?

Thank you
Posted on 2004-09-13 19:55:40 by Marginais
it'll be given when the pc connects
Posted on 2004-09-13 23:54:31 by evlncrn8
Altough this is quite a strange problem before coding a file sharing / transfer prog I think what you need is an IP Resolver. It can give you the specific IP when you give the remote computer's network name.
Posted on 2004-09-14 00:20:18 by Dom
Hi,

I use no-ip account for remote my home computer. Create free account from www.no-ip.com and download NoIPDuc program. Install NoIPDuc program and update current ip number. When remote your computer type just yourname.no-ip.com or visit no-ip page and enter account. You can learn easy your computer ip adress.

Best regards,
Posted on 2004-09-14 09:22:17 by CYDONIA
Let's suppose I have a server program in a remote PC and the client one in mine. How can I make the connection between these two programs ? Don't I have to get the IP or the name of the computers ? I'm very beginning in winsock stuff.. Could anyone post a code example ?

Thanks
Posted on 2004-09-14 20:00:18 by Marginais
http://win32assembly.online.fr/asmsockguide.html 8)
Posted on 2004-09-15 01:10:58 by Dom