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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20610573.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20650979.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20682857.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20686536.html
Hi,
Can anyone please point me to a demo of making a FTP server using the indy components
Thanks
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20735815.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20803393.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20826094.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20850834.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20887829.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20889915.html