[twsocket] V5 beta updated

2006-03-09 Thread Francois PIETTE
Contains a few new properties in TWSocket to handle keep-alive (Arno added the properties to my keep-alive code). DNS result returns all aliases. New compilation directives in ICSDEFS.INC (To disable warnings). -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your setting

Re: [twsocket] Help to retrieve datetime from sntp server

2006-03-09 Thread Xavier Mor-Mur
Thanks Angus for your quick reply. I download your component and will check it. Best regards Xavier En/na Angus Robertson - Magenta Systems Ltd ha escrit: >> I need write o function to retrieve date-time from a timeservers. >> This is needed to prevent changes on date and/or time on local >> ne

Re: [twsocket] keepalive

2006-03-09 Thread Arno Garrels
Wilfried Mestdagh wrote: > Hello Dod, > >> The connection will be >> aborted after the number of retransmissions specified by >> TcpMaxDataRetransmissions have gone unanswered. > > Does this means that there should be also a property > TcpMaxDataRetransmissions ? This isn't a prope

Re: [twsocket] Odd Behaviour

2006-03-09 Thread Arno Garrels
I still haven't got your configuration and the problem completely. As far as I understand the FTP server in question is listining on port 5014. It has active connections downloading files, but one of your clients gets a 10061 when it tries to connect, is that correct? --- Arno Garrels [TeamICS] ht

Re: [twsocket] keepalive

2006-03-09 Thread Wilfried Mestdagh
Hello Dod, > The connection will be > aborted after the number of retransmissions specified by > TcpMaxDataRetransmissions have gone unanswered. Does this means that there should be also a property TcpMaxDataRetransmissions ? And I also think this will have impact if there is many

Re: [twsocket] HttpClient, load&save png file

2006-03-09 Thread Francois Piette
> How to load some image and save in to file or directly assign to image object > on form? HttpCli1.URL := 'http://www.myserver.com/images/test.png'; HttpCli1.RcvdStream := TMemoryStream.Create; HttpCli1.Get; MyPngComponent.LoadFromStream(HttpCli1.RcvdStream); HttpCli1.RcvdStream.Free; Of course

Re: [twsocket] TTnEmulVT

2006-03-09 Thread Francois Piette
1) You can write the escape sequences to change colors instead of receiving them from the host. 2) You can use the resize event of the control you droppe the component on. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] Author of ICS (Internet Comp

[twsocket] TTnEmulVT

2006-03-09 Thread Dr JM Porteous
Is there a way to change the colour (or even colors) of the text/background without hacking the code? The color references all seem to be in Private procedures. Is there a way to make the text in the window scalable? If you scale the window the text stays the same size. Its relatively eas

Re: [twsocket] Odd Behaviour

2006-03-09 Thread Allan Fernandes
Hi Arno Garrels, >>What does this mean? Server?, client?, Port?, PasvPortRange >>or DataPortRange? Are you using Pasv mode? I use two ports for Ftp communication One set of TFTPClientP1 and TFTPServerP1 using port 5011 is used to communicate between MyNode.exe's. The other set TFTPClientP2 and T