Tagged Questions
Indy Sockets is an open source library, mainly for Delphi, which supports clients and servers of TCP, UDP and RAW sockets as well as over 100 higher level protocols. Some of the supported protocols include: SMTP, POP3, NNTP, HTTP
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 ...
8
votes
2answers
335 views
Is it possible to recompile the DataSnap packages in Delphi XE with a new/different version of Indy?
Okay -- we have an interesting problem.
Some background:
Our main application uses Indy 10. However, we take the Indy 10
source and fix bugs in it, recompile, and install our own set of Indy
...
8
votes
3answers
472 views
Is TIdHTTPServer Compatible with Micrsoft BITS
We are trying to write an update server for our software using the TIdHTTPServer component. Currently we are serving an XML file that lists the available updates and their file versions etc.., when ...
8
votes
1answer
833 views
Proxy server using Indy
I'm new to Indy and I want to build a simple proxy-server with it. This is a quite big library, and I just don't know where to start. When client connects to server, OnExucute fires up and receives ...
8
votes
1answer
3k views
Download a File from internet programatically with an Progress event using Delphi and Indy
I need a way to download a file from the Internet using Delphi via HTTP,
Wich include an Progress event , I'm looking for a method wich uses the Indy components.
I am using Delphi 7.
Thanks in ...
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
339 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 ...
7
votes
5answers
2k views
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 like a service discovery.
The message needs to be received by
multiple client programs that ...
7
votes
3answers
5k views
INDY 10.1.5 - Which SSL dlls work?
I'm trying to connect to google documents (following Marco Cantu's excellent REST example) but I am getting the following SSL errors:
1) If I use the SSL dlls from openssl-0.9.8i-i386-win32.zip I get ...
6
votes
2answers
186 views
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.
6
votes
6answers
412 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------------------- ...
6
votes
3answers
903 views
Does Delphi XE2 FireMonkey support Indy for cross-platform apps?
Looking at the new Delphi XE2 with Firemonkey. Considering that it compiles for Windows, Mac OSX and iOS, VCL components are useless in a FireMonkey application.
My question is: Is there/will there ...
6
votes
2answers
848 views
Delphi: Get MAC of Router
I am using Delphi and I want to determinate the physical MAC address of a network device in my network, in this case the Router itself.
My code:
var
idsnmp: tidsnmp;
val:string;
begin
idsnmp ...
6
votes
5answers
3k views
Why is Indy 9 included with Delphi 2009? Is it safe to use?
Why is there an Indy9 folder (The default install folder of C:\Program Files\CodeGear\RAD Studio\6.0\source\Indy contains subdirectories for "Indy9" and "Indy10") Why are both versions installed? ...
5
votes
0answers
212 views
TIdHTTP - session has expired message under Delphi XE
I am trying to port my code from Delphi 2007 to Delphi XE (no Update 1 yet). The problem which I have stumbled on is that under Delphi XE I am getting different response from server after sending ...
5
votes
1answer
144 views
How to get current bandwidth (download) speed ?
How to get current bandwith speed using IdTCPServer or IdTCPClient ?
I want to know, how fast client is downloading data from server ?
e.g.: Downloading speed: 450 kbps
5
votes
1answer
214 views
Delphi Indy - Eidconnclosedgracefully makes socket unusable
Scenario:
Delphi 2010 running the latest Indy version from svn trunk.
I have an application that uses a idHTTP to send http requests. This idHTTP is created only once and kept in memory as long as ...
5
votes
3answers
155 views
Is there some Indy best practice to avoid to generate email marked as spam?
This question is the non spam bible.
Anyway in addition to that when generating programmatically emails with Indy which are the best practices to follow to minimize the possiiblity of being marked as ...
5
votes
1answer
727 views
Getting Response from TIdHttp with Error Code 400
I have been writing a Delphi library for StackApps API.
I have run into a problem with Indy. I am using the version that ships with Delphi 2010.
If you pass invalid parameters to one of the ...
5
votes
1answer
391 views
Sample Application - Amazon S3 / Indy / Delphi
I am looking for an example application to store objects to Amazon S3 using INDY components.
Any help much appreciated.
Phillip
5
votes
3answers
627 views
Can Indy run Javascript?
There is a software product called AnyChart which is great for embedding Flashed based charts in web pages. AnyCharts can also export to PNG file format. Here is an example:
<script ...
5
votes
2answers
3k views
Problem with Indy IdHttp Post in Delphi 2010
I have problem with Indy IdHttp Post method.
Function CallRpc() compiled with Delphi 2007 works fine but same code compiled with Delphi 2010 raises exception.
What do I have to consider when I ...
5
votes
2answers
2k views
Delphi/Indy IdHttpServer not multithreaded?
I'm using Delphi 2006 and Indy 10. I create a form and drop down an IdHttpServer component. I make an OnCreate event for the form to set the server active, and I enter these lines for the server's ...
4
votes
1answer
78 views
Session cookie with indy
I must browse a certain site that keeps a session id with indy's idhttp .
i use the following code to initalize the components i need.
procedure InitSession;
begin
Initalized := True;
try
...
4
votes
2answers
127 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
2answers
641 views
Using Gmails Outgoing SMTP from DELPHI(Indy) using TLS
I am using INDY to send Email using the SMTP client on port 25 with no problem.
Now I need to send an Email using a Gmail account and for that I need to use TLS.
Can anyone provide a simple sample ...
4
votes
5answers
645 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
5answers
361 views
How can I transload data between two delphi applications over internet?
Hi
let me make my question clear. Two people using my app are connected to the internet. Both have each other's IP and they want to chat (like Y!messanger) with each other.
I think I need to use Indy ...
4
votes
1answer
236 views
Is there any problem to using this code in a Thread ? (Delphi)
i use this code in a thread (through Indy Onexecute event) . is there any problem ?
function TFrmMain.ShellExecute_AndWait(FileName, Params: string): bool;
var
exInfo: TShellExecuteInfo;
Ph: ...
4
votes
2answers
1k views
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 'Already connected.'." error still (whereas ...
4
votes
2answers
293 views
tfilestream.seek and offset confusion
this is a code snippet taken from https://forums.embarcadero.com/message.jspa?messageID=219481
if FileExists(dstFile) then
begin
Fs := TFileStream.Create(dstFile, fmOpenReadWrite);
try
...
4
votes
1answer
922 views
Indy FTP, large files and NAT routers
I have been using Indy to transfers files via FTP for years now but have not been able to find a satisfactory solution for the following problem.
When a user is uploading a large file, behind a ...
4
votes
3answers
3k views
How to download a file over HTTPS using Indy 10 and OpenSSL?
I have the following task: download a file using HTTPS and authentication. Indy seems the way to go but for some reason it doesn't work so far. I have the following in place:
a TIdHTTP component ...
4
votes
3answers
3k views
Post Data to ASP .NET page using Delphi and TIdHttp
I have an Asp .net page like this simple one http://issamsoft.com/app2/page1.aspx
and I want to post to it some data and extract data from the response,
by using TIdHttp. I tried to do that in ...
4
votes
2answers
2k views
How to get images from URL in Delphi
I am looking for any code samples that show how to pull images from URL into Delphi TImage component.
Thanks,
4
votes
2answers
1k views
Indy HTTP: reading response content on a 403
I am having a problem using Indy HTTP (in Delphi) with the Google Contacts API.
Please refer to the section "ClientLogin Response" on the following page:
...
4
votes
3answers
4k views
Indy Write Buffering / Efficient TCP communication
I know, I'm asking a lot of questions...but as a new delphi developer I keep falling over all these questions :)
This one deals with TCP communication using indy 10. To make communication efficient, ...
4
votes
3answers
730 views
Measuring network traffic with Indy
I'm using a TIdTCPCmdServer to handle all communication with client applications. I would like my server to log all kind of stuff including network traffic. Is there any easy or clever way to see how ...
4
votes
3answers
2k views
What is the proper way to update Delphi 2009's default installation of Indy 10?
Since Indy is now built-into the install process of Delphi 2009... is there a proper way to 'remove' it so it can be upgraded to the latest from the SVN repo? There isn't an automated option to ...
4
votes
5answers
1k views
why does my D2009 exe produce emails with attachments named ATTnnnnn.DAT
Why does my D2009 exe produce emails with attachments named ATTnnnnn.DAT when the same source code compiled in D2007 produces emails with attachments correctly named with the original file name?
I ...
3
votes
1answer
113 views
Delphi: Socket.ReadBytes(); vs IOHandler.ReadBytes()
Whats the difference between:
AContext.Socket.ReadBytes(...);
vs
AContext.IOHandler.ReadBytes(...);
Do they work the same ? Or maybe some cache in IOHandler or something?
3
votes
1answer
135 views
Indy FTP Failing to upload miserably
Using a simple code, such as:
procedure TForm1.cxButton1Click(Sender: TObject);
begin
ftp.Host := 'domain';
ftp.Username := 'user';
ftp.Password := 'password';
ftp.Connect;
...
3
votes
2answers
211 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
2answers
183 views
Seeking book about Indy using Delphi [closed]
I already asked a few n00b questions, fouund some demos, altered them and realize that I might have a lot more questions ...
Should I use Indy 10 or 9 with Delphi 7?
What if my server wants to ...
3
votes
1answer
202 views
How can I use TIdUDPServer in a console application?
The Indy UDP server component seems to depend on Windows messages, as I see new messages appear only when the mouse cursor moves over the form which contains the server component.
I created the ...
3
votes
2answers
334 views
How to send an email containing Greek characters using TIdMessage and Delphi XE *UPDATED*
We want to send through email, using D-XE and Indy's TIdMessage component the following htm file as body:
<html>
<head>
<meta http-equiv=Content-Type content="text/html; ...
3
votes
2answers
249 views
Delphi XE: idHttp & Request.Range, a bug?
I have Delphi XE. I try to set Request.Range of idHttp but I cannot do this. Delphi doesn't allow me to do this neither at design time nor at run time.
E.g. I set '6000-' in a design time -> a ...
3
votes
1answer
503 views
Indy TIdTCPClient component occasionally not timing out and receiving no data
I am using the Internet Direct TIdTCPClient component to communicate with a remote service to retrieve a message that is normally about 5k is size. During a typical operation I will send about 400 ...
3
votes
2answers
568 views
Need a sample/demo of using TIdTelnet to interact with telnet server
I tried to employ Indy 10.5.5 (shipped with Delphi 2010) for:
connecting to telnet server
performing username/password authentication (gaining access to the command shell)
executing a command with ...
3
votes
3answers
165 views
Should I move to the Indy 9 or not?
Should I move to the Indy 9 or not?
How can i see my current version?
Where can i get newer version of Indy?