[twsocket] Problem with HTTPServer

2005-05-05 Thread Fastream Technologies
Hello, I am trying to return a page after a HTTP POST is completed successfully. I noticed to do this, I need to set THttpConnection(Sender).FState := hcHeader, but the variable is no accessible. I propose to add this line to THttpConnection.PostedDataReceived(). Best Regards, SubZero -- To

[twsocket] Problem with Anonymous User [TFtpClient]

2005-05-05 Thread Artem Antonov
Hello, How can I log on FTP Server under Anonymous user? On Connection an error occured: 127.0.0.1 331 Password required for Anonymous. Error ocured: Password empty What I should assign to PassWord Property (now it's empty string or ''). Thanks. Best regards, Artem Antonov. -- To unsubscribe or

Re: [twsocket] Problem with Anonymous User [TFtpClient]

2005-05-05 Thread Fastream Technologies
Hello, Anything other than the empty string should be fine in most circunstances. Alternatively you can assign a virtual email address such as [EMAIL PROTECTED] or better a real email address. Best Regards, SubZero - Original Message - From: Artem Antonov [EMAIL PROTECTED] To:

Re: [twsocket] Problem with Anonymous User [TFtpClient]

2005-05-05 Thread Artem Antonov
Hello, Thanks, it works! Best regards, Artem Antonov. On Thu, 5 May 2005 16:59:24 +0300 Fastream Technologies [EMAIL PROTECTED] wrote: Hello, Anything other than the empty string should be fine in most circunstances. Alternatively you can assign a virtual email address such as [EMAIL PROTECTED]

[twsocket] SocketServer send message ..

2005-05-05 Thread Jasper Veeckman
hey, I'm coding a small chat program with sockets. Server and client are the same prog, u just have to choose what role u want to play. Server sets socket in listening and client connects I want to be able to write messages from both sides, but only client side works for now, when I want to

[twsocket] How secure is the NTLM authentication?

2005-05-05 Thread Maurizio Lotauro
Hello, I made some authentication test with the THttpCli component. I use Ethereal to see what the component send and receive. With my big surprise, when the component made an authentication using NTLM, Ethereal show me the credential as clear text!!! At this point the question is: the NTLM is