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