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

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] 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 was

Re: [twsocket] HTTP Get problem (solved)

2007-04-24 Thread Jean-Paul Passama
Ok, sorry for that false alert. There was a difference in the parameters sent. Thank you Frans van Daalen a écrit : > 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 th

Re: [twsocket] Hash algorithm

2007-04-24 Thread Markus Humm
Hello, thanks for the info about the C++ Hash implementation. But I'm only looking for hasing some simple string to store the hash instead of a encrypted password. It will take some time till I get to it, but I wanted to be ready for it and if time permits I'll document the one I've used in th

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=5500051&trn=M200704 I have a good result (Ok at the

[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=5500051&trn=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 an

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

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 mailing

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 !

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

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

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