Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
1answer
1k views

Step by step upgrade of Indy 10 in Delphi 2009

Can someone help in telling the details on how to uninstall Indy 10 and install the latest build? I found it http://indy.fulgan.com/ZIP/IndyTiburon.zip There is a similar question, but not a ...
7
votes
4answers
2k views

Is it possible to use Indy 10.5.8.0 in Delphi XE and DataSnap?

The case I'm trying to update the INDY to the latest version for my Delphi XE (Update 1), so I downloaded the latest INDY10 file (Indy_4545.zip) from indy.fulgan.com/ZIP. The packages compiles ...
7
votes
2answers
358 views

Is Indy for FreePascal stable?

I'm starting to play with FreePascal/Lazarus and there appears to be an Indy port available. Is this a recent port and is it stable enough to use in production use? (Standard HTTP post/get client type ...
6
votes
0answers
175 views

Seeking simple INDY demo [closed]

I want a simple client server communication which I can use an underlying framework and never have to look at again. I want to concentrate on my application and have a simple functional API along the ...
6
votes
6answers
589 views

Indy TCP Client/Server with the client acting as a server

How can Indy's TIdTCPClient and TIdTCPServer be used in the following scenario: Client ---------- initate connection -----------> Server ... Client <---------------command------------------- ...
5
votes
3answers
576 views

TIdHTTPServer file upload

I'm trying to upload files to a Indy(ver. 10.5.5) TIdHTTPServer. I've been searching for solutions but no luck thus far, what I've found was for older versions of Indy which are not compatible with ...
5
votes
1answer
400 views

How to deal with network drops and Indy IdTCPServer

I have created a Client/Server application with the IdTCPServer component. The clients connect and maintain a persistent connection through the life of the application. If the network connection is ...
5
votes
3answers
1k views

Delphi indy10 http server and ExtJS form submit

I have a problem I don't know how to solve. I have an Indy10 HTTP server. I have used both Indy9 and Indy10 HTTP servers in many applications and never had any problems. But now I am using Indy10 ...
4
votes
2answers
151 views

Why in some conditions an email sent with idSMTP doesn't go properly to new line?

I am sending a text only email using TIdMessage and TIdSMTP. For the Body I use a simple concatenated string like Body := SomeText + #13#10 + SomeOtherText + #13#10 + ...
4
votes
1answer
206 views

Incorrect boundary string in multipart/mixed message

I'm using Delphi 2006 to create and send an email message with an attachment in a personal-use-only application. I send the message with an instance of TIdSMTP, and then also put a copy into a ...
4
votes
5answers
693 views

Best practise: Keep TCP/IP connection open or close it after each transfer?

My Server-App uses a TIdTCPServer, several Client apps use TIdTCPClients to connect to the server (all computers are in the same LAN). Some of the clients only need to contact the server every ...
4
votes
3answers
440 views

indy GET dowloading speed

Welcome, I have to create caption with information about downloading speed in my application using indy http get compontent. In my mind i found simple solution. At onwork event i will get actual ...
3
votes
1answer
42 views

Progress event for TAzureBlobService and TAmazonStorageService

When uploading or downloading data to the cloud services (using TAzureBlobService or TAmazonStorageService), there doesn't appear to be any way to get feedback on the upload/download progress. I can ...
3
votes
1answer
216 views

Delphi XE2 HTTPRIO Unable to retrieve the URL endpoint for Service/Port

I am converting a Delphi 2007 prog to delphi XE2 and having a problem with the following error message: Unable to retrieve the URL endpoint for service/port "/" from WSDL 'http://.....' The service i ...
3
votes
2answers
278 views

Indy FTP Client rising error, after trying to start another upload?

IdFTP: TIdFTP; ... procedure TForm1.IdFTPWorkEnd(ASender: TObject; AWorkMode: TWorkMode); begin IdFTP.Disconnect; try IdFTP.Connect; IdFTP.ChangeDir( directory ); IdFTP.Put( ...
3
votes
1answer
212 views

Problems with authorization after upgrading from Delphi 2005 to 2010 using Indy http (idHTTP1.Get)

I'm upgrading from Delphi 2005 to Delphi 2010. I'm having this problem : the following procedure works well on D2005 but on D2010 I got always the result : <HTML><HEAD><TITLE>401 ...
3
votes
3answers
781 views

Delphi. Show gotten with idHTTP.Get Unicode text in multilanguage Windows

I need your help. Please help me. I have Delphi 2010 I try to idHTTP.Get a file with Unicode text (Russian) from site into MemoryStream on English version of Windows 7. Then I load this ...
3
votes
1answer
435 views

Transferring Data Directly between 2 Connections in Indy (TIdContext)

ive a sever running TIdTCPServer, and Client Using Web Browser (or any other software) to Communicate, i dunno the protocol, but what im trying to do is to Send The Data between the client and another ...
3
votes
5answers
567 views

Indy10 File Transfer Causes 100% CPU Usage

i managed to fix some errors with disconnecting, now whenever a file is transferring the CPU Usage becomes 100%, i dunno what im doing wrong :S..... const MaxBufferSize = 1024; type TClient = ...
3
votes
2answers
719 views

The connection does not timeout while using Indy

I want to download a file from internet and I imagine this should be a simple task. Trying several different approaches I have found that each one has its own drawback. The main issues are: ...
3
votes
4answers
676 views

E-mail arrival notification with Indy IMAP client (Delphi 2009)

I am working on a deamon application that uses e-mail inbox as its input queue. Response times should be as high as possible with server overhead kept to minimum, so polling e-mail inbox is out of ...
2
votes
1answer
71 views

Delphi Indy 10 Smtp Error “Unable to authenticate at present”

I am using this piece of code to mail a test message from delphi indy. I have a TidSMTP,TIdMessage and IdSSLIOHandlerSocketOpenSSL; In the belowe code if i set it up to use gmail with ssl it works ...
2
votes
1answer
140 views

Getting WebDAV content via Delphi and Indy 10 TIdHTTP

Looking on the Delphi newsgroups, it appears the best way to GET content from a WebDAV server is to use the built in TIdHTTP.Get. While doing this, the result is HTML and I just want to make sure ...
2
votes
0answers
110 views

Unexpected port number using Indy10 idSMTP (Delphi / C++ Builder)

Trying to send mail with Indy10, but it seems to want to use port 465 instead of port 25. I've tested it on various SMTP servers that allow port 25, but I only get the message: Cannot connect to ...
2
votes
1answer
284 views

IdHTTP.get returning HTTP1.1/ 403 Forbidden

I'm trying to access an update.txt file on my website, using a DelphiXE compiled program and the IdHTTP component. The code I'm using is as follows: procedure ...
2
votes
1answer
227 views

Indy 10 Delphi FTP Client Demo Error

I am new to Delphi and wanted to try breaking down a demo to understand the it's structure. I am trying to get the Indy 10 Delphi FTP Client demo to run on Delphi XE2. Whenever I run the downloaded ...
2
votes
1answer
227 views

How To send Array or vector (has contact list ) from IdTCPServer to IdTCPClient (indy10)

Hi All 1) Now I am writing IM chat System i face some problem how to send vector that has information from the server to Client 2) is any way to communicate between tow client ?? I Use CBC2010 - ...
2
votes
2answers
363 views

sending mail but no message-id

I am getting interesting rejections from my clients mail server when sending a mail with indy-10's tidMessage component saying: 550 Rejected: Message does not contain a Message-ID I get this even ...
2
votes
2answers
631 views

Indy: TidMessage removes all accents, How to disable this?

I am sending e-mails using the indy components TidSMTP and TidMessage. The mails I recieve are without accents. If I do for example: MyTIdMessage.Body.Text := 'Tèst'; As i recieve the e-mail I ...
2
votes
1answer
278 views

How do I fully qualify type identifiers in generic methods in Delphi?

This question came up when trying to assign the OnUDPRead event on an Indy IdUDPServer component. (DelphiXE Update 1) The following auto-generated code gives a syntax error "Expected '>' but '.' ...
2
votes
3answers
261 views

Better Indy for Dephi 2007

Which better is using default indy10 that's comes with Delphi 2007 or upgrade it to latest snapshot version and why ? Thank you
2
votes
1answer
260 views

Progress feedback in stateless HTTP session

I need to program a stateless server to execute remote methods. The client uses REST with a JSON parameter to pass the method name and its parameters. After servicing the result the session is closed. ...
2
votes
5answers
1k views

Why can't I fetch an AOL captcha image in my Delphi program?

New demo code: I am trying to get the captcha image from a AOL, and i keep getting an error 418. unit imageunit; /// /// h t t p s://new.aol.com/productsweb/ /// interface uses Windows, ...
2
votes
3answers
2k views

How to send an email with a calendar request (content type: text/calendar)

I have tried to embed the icalendar code in a email to be sent via indy with a content type text/calendar but it just hangs on the encoding of the email when I add as an attachment it just arrives as ...
1
vote
1answer
122 views

Indy TCPServer doesn't receive all packages from TCPClient when sending packages too frequently

I have a problem with Indy TCP connection. I use Turbo Delphi 2006 with Indy 10. I want to send multiple TCP packages from idTCPClient to idTCPServer. It works finely, when I want to send only one ...
1
vote
1answer
129 views

SSL support for smtp.live.com and TIdSmtp (Indy, Delphi)

I am trying to connect to smtp.live.com to send emails (live.com supports free pop3/smtp since 2009 apparently but this is totally news for me). Here is what happens when I try to connect to ...
1
vote
2answers
122 views

Hooking into message loop of dbx DataSnap user session

Is there a way to hook into the WndProc of a dbx user session? Background: dbx DataSnap uses Indy components for TCP communication. In its simplest form, a DataSnap server is an Indy TCP server ...
1
vote
2answers
236 views

Two-way TCP communication in Indy 10?

I am using TIdCmdTCPClient and TIdCmdTCPServer. Suddenly I find that I might like to have bi-directional communication. What would be best? Should I possibly use some other components? If so, which? ...
1
vote
1answer
304 views

Simple TIdHttpServer Example supporting SSL

Hoping someone can provide me a simple TIdHttpServer example which supports SSL. Using Delphi2007 and Indy10. I have the following to create/setup the server and ioHandler: ServerIOHandler := ...
1
vote
2answers
120 views

How to store an identifier in a ListView a client connection - Indy 10

I am creating a TCP server which receives multiple clients and must be able to send messages to each. How do I get a handle to the client connection and then send arbitrary data? Thanks: D Code: ...
1
vote
1answer
240 views

UDP Packet not captured by Wireshark, but is captured by UDP application

I have an application that is designed and working that is receiving UDP broadcasts on a port. The application has been working just fine, but I have wanted to compare the packets received by the ...
1
vote
1answer
338 views

Sending and receiving data streams in Delphi with INDY 10

This is a continuation of Sending and receiving data streams in Delphi. I am going to send an image using TCP/IP and then going to update the changes in that image using UDP by dividing the picture ...
1
vote
2answers
482 views

Indy 10 TCPServer does not communicate with connected clients on Linux

I have a problem that is driving me up the wall. I am trying to port the server side of an Indy 10 client/server application on Windows to Linux to save costs. The application was originally developed ...
1
vote
3answers
540 views

what is wrong within this code - sending email using indy in delphi xe?

I'm Trying to send email from my application using the fllowing code Var MailMessage : TIdMessage; SMTP : TIdSMTP . . . //setup SMTP SMTP.Host := 'smtp.gmail.com'; SMTP.Port ...
1
vote
1answer
274 views

Sending attachment using TIdAttachment in c++ builder

How to send attachment using TIdyAttachment ? How to convert this TIdAttachment.Create(msg.MessageParts, 'c:\attach.bmp'); delphi statement to c++ builder ? How to use this abstract class in c++ ...
1
vote
1answer
396 views

Indy tcp server - determining IP and Port of a server [closed]

How to determine the IdTcpServer's 'internet' ip and port using delphi? Not the local (127.0.0.1 or 192.168.0.1) but the public internet ones.
1
vote
2answers
179 views

Is it possible to terminate a TCPClient immediately?

My app sends data to a Server using a TidTCPClient. The Server uses a TidTCPServer. All works fine and I am now trying to handle unexpected situations. When I disconnect the network cable between ...
1
vote
2answers
777 views

How to send text in UTF-8 using Indy TIdTCPServer in c++ builder

My client j2me application reading text input stream using UTF-8 reader = new InputStreamReader(in,"UTF-8"); and my server when gets connected sends text using this statement ...
1
vote
1answer
412 views

Does indy 10 TIdWebDav support authentication of users that have unicode characters in the user name?

The author of a web-service that I am trying to connect to, tells me that the user name I am sending to their Apache web server's webdav module, is coming in without the encoding=utf-8 in the headers, ...
1
vote
5answers
334 views

Delphi 2010 - Socket Port 119 does not work

I am opening a socket on port 119 (using idHttpServer) and it opens ok (no errors reported and i can see that the port 119 is opened by looking at netstat). But when my socket client sends a request ...

1 2