Hello
I'm communicating with other Pcs with examples and server.prg client.prg, execelente.
I wonder if after I connect with another pc can make a network drive mapping like this:
net use z: \ \ server name \ share name
thank you
Edvaldo
Hello
I'm communicating with other Pcs with examples and server.prg client.prg, execelente.
I wonder if after I connect with another pc can make a network drive mapping like this:
net use z: \ \ server name \ share name
thank you
Edvaldo
Hello everybody
I wonder if this is possible or not.
thank you
Edvaldo
Edvaldo,
samples/client.prg connect to the IP where the server is running.
To check accessibility you could use:
ping server_IP
and see if it is available
Use ( "\\server\share\Table.dbf") via "DBFCDX" SharedExcellent, Rick
I tested "Use (" \ \ server \ share \ Table.dbf ") via" DBFCDX "Shared" and it worked fine and solved my problem.
Very grateful to you.
Edvaldo
hello,
I am communicating with other networked pcs wi fi, great, but I can not communicate with another pc outside your network or wi fi. What I have to do to get communication with other pc ip as does the team viewer, logmein and other communications programs, using the class tsocket?
Onbrigado
Edvaldo
Evaldo,
when you are connected to a WiFi router usually you have behind a private network, then you dpn't have your tcp port outside the network, you can configure the router to do Port Address Translation but this is not always possible.
Other service like teamviewer use a intermediate server in a public network (internet) and this work like mediator between pc behind private network.
Regards
Marcelo
Marcelo thank you for the clarification.
What indicates to you I use as a mediator for my system work?
thank you
Edvaldo
Evaldo,
sorry I don't have an answer to you, I don't know if there is a services for this type of work, but first try to configure your wifi router
regards
Marcelo
Marcelo ok thank you.
With wi fi everything I can, connect, send data, send files, all right.
The problem is with other pcs.
I can not ping the ip. Example: ping 192.168.0.10
thank you very much
Edvaldo
Ok Jeff did.
I'm wanting to build my own logmein in FiveWin tsocket using the class, you know?
thank you
Edvaldo
Networking is not always easy. When you are trying to ping or connect to ip address 192.168.0.10 it tells me a couple of things. 192.168.0.10 is an address that is usually local area network.
Even if it is on a local network it may not be able to route to your address. Do this on both computers.
Open DOS command prompt and run.
ipconfig /all
Look for the gateway address. You must have the same gateway or you will have to setup the router to manage the ip packet routing to make it work.
If the other computer is on a different network then you either have to have a static ip routed to your internal 192.168.0.10 or you have to setup a VPN that makes it look like you are on the same network.
Logmein and the others act like gateways. They have software that runs on the remote pc and announces itself to their server. Then when you want to connect to it, the remote connects through the Logmein server. That is how it can talk to another pc without the static address or being on the local network.
Gale Ford very good.
I was thinking of developing my own remote access program in FiveWin without relying on other tools, but I see the explanations of friends is not so simple.
Thanks to all
Edvaldo
Hello friends,
I managed to do other pcs to communicate with my pc via IP using the class tsocket.
But even with an account on no-ip my IP is always changing. I need so that other PCs to connect to my pc using the domain name instead of IP, for example meudominio.zapto.org.
Can someone help me solve this?
From already thank you
Edvaldo