Advertisement

1 - 10 of 272 containing alltags:("indy") (0 seconds)
Is there some trick to getting the authorization to work in the TIdHTTPServer? In my OnCommandGet I have an inlined function, AuthUser, that looks like this: //----------   function AuthUser...
Zones: Delphi ProgrammingDate Answered: 05/09/2003 Grade: A Views: 8
oK, I'm using Indy components to write an FTP program that's working really fine. However, I still have a simple problem you may help me to solve. As I'm sure you know, Indy gets filename date/time...
Zones: Delphi ProgrammingDate Answered: 06/19/2003 Grade: A Views: 0
Hello Could someone please tell me how to accomplish this: I want to be able to count the number of connections to a specific port and address on the computer witch runs the program. I want ...
Zones: Delphi ProgrammingDate Answered: 07/18/2003 Grade: A Views: 0
I have Delphi Enterprise 7 and while trying to install Indy 9.0 component I keep getting an error from file IdASN1Util.pas saying [Error] IdASN1Util.pas(378): $WEAKPACKAGEUNIT 'IdASN1Util' canno...
Zones: Delphi ProgrammingDate Answered: 07/23/2003 Grade: C Views: 0
Hi, Can anyone please point me to a demo of making a FTP server using the indy components Thanks
Zones: Delphi ProgrammingDate Answered: 02/19/2004 Grade: B Views: 8
can anyone help me with some example code giving me the ability to grab text from the redirected page for example:  I use the following where s is defined as a string to grab a web page    s...
Zones: Delphi ProgrammingDate Answered: 02/20/2004 Grade: A Views: 0
Hello, I'm developing a server using TidHTTPServer, and I'm unclear as to what I need to do in order to safely multi-thread. The Indy HTTP server is multi-threaded from the get-go. But I'm uncer...
Zones: Delphi ProgrammingDate Answered: 07/30/2004 Grade: B Views: 0
I'm using Indy and have created a proxy with mapped ports. I'd like to be able to display the incoming and outgoing data streams from the proxy as a string in order to use it as a debug tool for SO...
Zones: Delphi ProgrammingDate Answered: 01/19/2004 Grade: A Views: 0
Hi Experts, This is what i'm trying to active, From a Client application i want to be able for the client to update: 1. Text from a DateTimePicker (Will be more than 1) 2. Text from an...
Zones: Delphi ProgrammingDate Answered: 02/18/2004 Grade: A Views: 0
I want to send an email with attachment using indy. I get no errors, but the file is never attached. Here's my code: function SendSMTPMail(const theSubject, theMessage, FileName, RecipientEMa...
Zones: Delphi ProgrammingDate Answered: 02/19/2004 Grade: A Views: 0