Page 2 of 2

Re: Socket client.prg/server.prg

PostPosted: Tue Feb 19, 2013 7:35 am
by MarcoBoschi
Maybe a solution
dyndns.org

bye

Re: Socket client.prg/server.prg

PostPosted: Tue Feb 19, 2013 12:22 pm
by edvaldo
Ok, I've created accounts on the site and no-ip dyndns.org but the Ips are always changing, so I need to use the domain name as well:
oSocket: Connect ("meudominio.zapto.org") or oSocket: Connect ("meudominio.dyndns.prg")

thank you

Re: Socket client.prg/server.prg

PostPosted: Fri Feb 22, 2013 4:19 pm
by edvaldo
help me friends
Urgent need to connect with tsocket using domain name like this:
oSocket: Connect ("mydominio.zapto.org")

thank you

Re: Socket client.prg/server.prg

PostPosted: Fri Feb 22, 2013 4:58 pm
by Gale FORd
oSocket:Connect( gethostbyname( "mydominio.zapto.org") )

Re: Socket client.prg/server.prg

PostPosted: Fri Feb 22, 2013 6:50 pm
by edvaldo
Ok Gale
Solved my problem. Thank you.

thank you

Re: Socket client.prg/server.prg

PostPosted: Mon May 06, 2013 2:45 am
by edvaldo
Hello friends,
developed a server to be accessed by my clients via chat with file transfer.
I need to control my client pc. How to do this with FiveWin?
I appreciate everyone's help.

Re: Socket client.prg/server.prg

PostPosted: Mon May 06, 2013 1:24 pm
by Antonio Linares
Do you mean to remotely control the client pc ?

http://www.teamviewer.com/

Re: Socket client.prg/server.prg

PostPosted: Tue May 07, 2013 12:09 am
by edvaldo
That's right my master.
I want to use native FiveWin with my clients.
Example: Use ("\ \ pcremoto \ share \ tabela.dbf") via "DBFCDX" Shared

thank you very much

Re: Socket client.prg/server.prg

PostPosted: Sun May 12, 2013 1:31 am
by edvaldo
Friends little miss
1-I created an account at no-ip.com
2-My computer runs server (server.prg)
3-All my clients run client (client.prg)
4-We create a community where I solve my clients' problems in
time they happen, via remote access with transfer
files.
5-The problem is to control the client computer have to use team
viewer or logmein, that's a lot of work and can not do with integration
my software.

Please accept suggestions.