You can use sockets, using http port (port 80), but for avoid firewall problems, the client must initiate the connection with the server.
If you have a webserver that can runs scripts (writen in Delphi, php or any other languaje), the easiest communication is use a Indy http client component and get urls calling to the scripts and pass to the scripts parameters for send data to the server.
What kind of client/server application is? what data will be send/received?
Main Topics
Browse All Topics





by: mikelittlewoodPosted on 2005-07-13 at 04:40:45ID: 14429871
Have you tried using the Indy Components that come with Delphi?
You can find a lot of information and demo apps at http://www.indyproject.org