Hello Clay,
> The app became totally unresponsive. As mentioned in an earlier post, I
> think, though, I fixed it by calling TWSocket's Close() method.
You you have an OnDataAvailable handler and if yes, do you receive
always all data ?
---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/ove
Arnau Font wrote:
>>
>> Also, I'm having trouble with slow transmissions. When a download
>> lasts more
>> than 20 minutes the component seems to freeze,
Does "freeze" mean that the GUI is not repainted?
>> and the component
>> remains in
>> ftpWaitingResponse.
If the GUI _is repainted, I gue
<>
The app became totally unresponsive. As mentioned in an earlier post, I
think, though, I fixed it by calling TWSocket's Close() method.
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. If th
-Missatge original-
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nom
de Arno Garrels
Enviat: dijous, 29 / març / 2007 21:48
Per a: ICS support mailing
Tema: Re: [twsocket] Questions about FTPClient
>
>
> Also, I'm having trouble with slow transmissions. When a download
> lasts mor
Hello Clay,
> The message is getting sent (received by the Server app), but then the
> Client app locks up. Why would this be?
What exacly mean by 'locks up' ? Is the application not receiving
windows messages anymore (eg mouse clicks and so), or something else ?
> And also: Why wouldn't the sen
On Mar 30, 2007, at 02:46, Jean-Paul Passama wrote:
> When I send a GET command with login/password, I see that the command
> is
> sended first without login/password then (less than 1 second after)
> with
> the Authorization field correctly filled.
>
> Do you have an idea about this ?
This is