Questions related to the Indy (Internet Direct) open source networking library for Delphi, C++Builder, and FreePascal development environments.
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 indy10I want to know the number of current client connections to an Indy 9 TIdTCPServer (on Delphi 2007) I can't seem to …
delphi indy tcpserverHow 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 indyWhen my Tcpclient is working , with this code : TCPClient.Disconnect; TCPClient.Connect; I get "raised exception class EIdAlreadyConnected with message …
delphi indyHi i need help on how to retrieved the parameters and data using IdHttpServer from indy. many of my application …
delphi indy indy10 simplehttpserverMy 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 indyHere'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