Most voted "indy-10" questions
The Indy Project is an open source group that has grown from the Indy.Sockets project team to the Delphi VCL. The Indy 10 is the most recent stable version of it. They are components specially designed for projects that require communication by means of network/internet protocols. It also has a CLR version compatible with . Net from version 2. Indy has components for servers and clients for FTP, HTTP, E-mail and others.
Learn more…15 questions
Sort by count of
-
8
votes3
answers6333
views -
3
votes2
answers259
viewsSend e-mail with various attachments
I am sending e-mail through the INDY, the email is being sent and the attachment is going, but as it appears in the code below, I do a go through all the attachments, and it only sends the last,…
-
3
votes1
answer9927
viewsPost Idhttp com Delphi
I can do an HTML post quietly, but when I try to do it with Delphi, it presents me with this mistake: http/1.1 406 not acceptable Follow the code below: function TForm1.UploadArquivo(server, script,…
-
2
votes1
answer4025
viewsHTTPS post is not working in Delphi
I have a project where I need to post requests to a webservice that works with HTTPS, but when I try to post to Indy 10 using Delphi 2007 it throws exception saying that it was not possible to load…
-
1
votes1
answer1456
viewsFailed to Change Directory - Indy 10 - Idftp
The ftp folder is existing, I checked manually and even then this error occurs. Folder on ftp: Then follow the code: with IdFtp2 do begin Host := edtServFTP2.Text; Port := StrToInt(edtPorta2.Text);…
-
1
votes0
answers96
viewstime zone error indy10 Delphi
I have a screen that sends emails using Indy10 but it sends with the wrong time zone. He is sending the email always 2 hours late, IE, if I send at 17:00 he marks in the email as sent at 15:00. I…
-
1
votes1
answer647
viewsError sending e-mail by Indy 10
The following error appears when trying to execute the send email function: Não há um programa padrão de e-mail associado para realizar a ação solicitada. instale um programa de e-mail ou, caso já…
-
1
votes0
answers763
viewsUsing Tidhttp and Tidconnectionintercept created in Runtime
I have a method that makes a connection to a Restful server and for this uses the components Tidhttp, Tidconnectionintercept and others created in Runtime, so far so good, the problem is that I need…
-
1
votes2
answers8869
viewsError "could not load ssl library" using Delphi 7 and Indy 10.0.52
I’m using Delphi 7 and indy 10.0.52, trying to send a json methodically post for a api but I always get this error message: could not load ssl library A long time ago I did this same procedure only…
-
1
votes0
answers658
viewsDelphi 7 - Inform A3 Certificate at Indy HTTP
Hello, I am trying and unsuccessfully so far to perform the integration with a web service, where I use the Indy HTTP component, updated to version 10 in Delphi 7 to access and make a GET using XML…
-
1
votes1
answer434
viewsClient and Server socket with Indy
Dear, I am trying to create a program that will receive a list of products sold through a Socket connection. I can connect via Tcpclient, but I’m not able to send the list of commands, nor receive…
-
1
votes1
answer745
viewsDDL Indy forcing TLS requests 1.2
I am trying to refactor the code the code of the DLL Gerencianet Payments for the DLL to make requests only by the protocol TLS 1.2. Reference: uGerenciaNetIndy.pas I am compiling the DLL through…
-
0
votes1
answer1895
viewsHTTPS Sslv3 Indy Delphi 7 error
I am trying to make connection via HTTPS using Sslv3(required to consume a specific service), but when I try to perform the post, I get the following error: At first, I think it’s a problem in the…
-
0
votes0
answers91
viewsHow to add Iduri in Delphi 2010
I’m developing a project that I need to idURI that is from Indy and Delphi 2010 doesn’t have. I need this to take a code and concatenate with the current date and send via url with that code at the…
-
0
votes0
answers603
viewsHow do I know if a folder exists with Idftp Delphi?
I need to know if a folder exists in ftp I’m using the function below, but error: --------------------------- Debugger Exception Notification --------------------------- Project perfil.exe raised…