[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 c

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: Sent

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

2005-05-05 Thread Darin McGee
Your email address is customary to use for your password on a anonymous system Darin From: [EMAIL PROTECTED] on behalf of Artem Antonov Sent: Thu 5/5/2005 9:17 AM To: twsocket@elists.org Subject: [twsocket] Problem with Anonymous User [TFtpClient] Hello, How

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 PROTECT

[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

Re: [twsocket] SocketServer send message ..

2005-05-05 Thread Francois PIETTE
> what am I doing wrong? thx in advance You probably try to send a message using the socket that listen for connections. That's wrong ! When a connection is made, a new socket is created to handle the connection. Use that socket. btw: There is a chat sample delivered with ICS. -- [EMAIL PROTECTED

Re: [twsocket] Problem with HTTPServer

2005-05-05 Thread Francois PIETTE
I don't understand your problem. Returning a page as a reply of a POST is basic work. No need to change anything. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, May 05, 2005 8:2

Re: [twsocket] SocketServer send message ..

2005-05-05 Thread Arno Garrels
Jasper Veeckman wrote: > 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

[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 "se

Re: [twsocket] Problem with HTTPServer

2005-05-05 Thread Fastream Technologies
Ok. it works now. I accidentally tried to send binary data with AnswerString where I should have used the stream method. Just FYI. Sorry for bothering. Best Regards, SZ - Original Message - From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, May 05, 200