Re: [twsocket] httpcli v6 bad request

2007-04-24 Thread Arno Garrels
DZ-Jay wrote: The alternative would be to give the user access to the URL when automatic redirections are in place, via a new event. For this purpose I suggest we trigger the OnHeaderData event at a slightly different place and make property LastResponse writeable. However, Francois had

[twsocket] twsocket Server

2007-04-24 Thread Gary Stafford
Hi, I have an application that creates the data to send over a socket on the fly and would like to have a progress bar that tells me how much data is left to send. So what is the best way to get information about the buffer that is used by Twsocketclient.PutDataInSendBuffer

Re: [twsocket] twsocket Server

2007-04-24 Thread Arno Garrels
Gary Stafford wrote: Hi, I have an application that creates the data to send over a socket on the fly and would like to have a progress bar that tells me how much data is left to send. So what is the best way to get information about the buffer that is used by

Re: [twsocket] twsocket Server

2007-04-24 Thread Francois Piette
I have an application that creates the data to send over a socket on the fly and would like to have a progress bar that tells me how much data is left to send. Since it is your application that send the data and know how many data is left to send, I think it is not a socket problem at all ! Or

Re: [twsocket] twsocket Server

2007-04-24 Thread Wilfried Mestdagh
Hello Gary, You can also use OnSendData witch is fired every time a packet is delivered to winsock (dont confuse with OnDataSent). --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz -- To unsubscribe or change your settings for TWSocket

[twsocket] ACCT in FTP support

2007-04-24 Thread S.Korotky
Hello, All! If I'm not mistaken, the TFtpServer implementation lacks the ACCT command support. Does anyone have a ready-made patch for this? Of course, it could be coded in a day or so, I presume, but I'd like to spare this time if possible. Thanks in advance. Best wishes, Stanislav Korotky.

[twsocket] HTTP Get problem.

2007-04-24 Thread Jean-Paul Passama
Hi all, I try this request with my browser : http://www.bridgeplus.com/get_participation_essai.php?cl=5500051trn=M200704 I have a good result (Ok at the end). When I try it with the HTTPclient component, not the same result. (The PHP script is looking in a table for the club number 5500051

Re: [twsocket] HTTP Get problem.

2007-04-24 Thread Frans van Daalen
did you test it with overbyteicshttptst.exe ? I get the same results as in IE Frans - Original Message - From: Jean-Paul Passama Hi all, I try this request with my browser : http://www.bridgeplus.com/get_participation_essai.php?cl=5500051trn=M200704 I have a good result (Ok at the

Re: [twsocket] twsocket Server

2007-04-24 Thread Gary Stafford
Hi Francois, It's not really a problem. The amount of data I send is unknown until I have finished creating it; however I'm sending it over the socket before I've finished creating it. The creation can be faster than the sending so I thought it would be a good idea to show how much data there

Re: [twsocket] twsocket Server

2007-04-24 Thread Gary Stafford
Sounds Promising, Thanks Gary -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wilfried Mestdagh Sent: 24 April 2007 16:48 To: ICS support mailing Subject: Re: [twsocket] twsocket Server Hello Gary, You can also use OnSendData witch is fired every time

Re: [twsocket] Hash algorithm

2007-04-24 Thread Francois PIETTE
Where from a structure standpoind shall I integrate it in the Wiki? Make a new section Hashes? I think a section in http://wiki.overbyte.be/wiki/index.php/ICS_Components_Reference page would be OK. For example just between Helper Components and List of demo programs. The section title could