Top "Indy" questions

Questions related to the Indy (Internet Direct) open source networking library for Delphi, C++Builder, and FreePascal development environments.

Send e-mail using gmail and Indy

I am trying to send an e-mail from Delphi using gmail. I have Indy 10.5.9.0 and Delphi XE3. I got example …

delphi ssl gmail indy
How to read all bytes from server using Indy Client in Delphi?

I am using Indy client to read the message the server is sending to me (client). It sends 512 bytes of …

delphi delphi-xe2 indy indy10
How to track number of clients with Indy TIdTCPServer

I want to know the number of current client connections to an Indy 9 TIdTCPServer (on Delphi 2007) I can't seem to …

delphi indy tcpserver
Detecting IE Proxy settings and using with TIdHTTP

How do I set TIdHTTP to use IE proxy configuration? It should be compatible with XP/Vista/Win7 and reliable.

delphi internet-explorer proxy delphi-7 indy
How to disconnect the TCPClient Totally ? (Indy)

When my Tcpclient is working , with this code : TCPClient.Disconnect; TCPClient.Connect; I get "raised exception class EIdAlreadyConnected with message …

delphi indy
How to handle TIdHTTPServer with TIdMultiPartFormDataStream

Hi i need help on how to retrieved the parameters and data using IdHttpServer from indy. many of my application …

delphi indy indy10 simplehttpserver
Indy TCP - Read data in a loop

A TCP server is sending data frames continuosly every 8ms. I want to program a client able to receive these …

tcp tcpclient indy indy-9
How do I upload a file using http post? Delphi 2009

My goal is to upload a text file via HTTP post I am using Delphi 2009. Say for example to the …

delphi file-upload http-post delphi-2009 indy
How can I make my delphi application use FTPS instead of FTP (indy)

Here's my program: Application.FTP.Host:= vHost; Application.FTP.Port:= vPort; try Application.FTP.AutoLogin := false; Application.FTP.Connect; Application.…

delphi ftp indy delphi-xe3 ftps
MultiCast Messages to multiple clients on the same machine

Im trying to write a server/service that broadcasts a message on the lan ever second or so, Kind of …

delphi delphi-7 indy multicast indy-9