Guillaume MAISON wrote:
>>> in my application, i still have that damn RetrDataSent triggered before
>>> RetrSessionConnected...
>> 
>> Have you tried to assign the DataStream in FtpServer1GetProcessing?
>> DelayedSend := TRUE;
>> MyClient.FWorkerThread.Client.DataStream := TMemoryStream.Create;
>> MyClient.FWorkerThread.Resume;
>> Sleep(0);
> 
> alas yes !
> 
> i've done it liek this :
> MyClient.datastream:=TMemoryStream.Create;
> 
> but, i'm not pretty sure it may have to do w/ the RetrDataSent event...

May be, but try again to make a small demo application that shows the problem
and I'm sure someone will/can help you.

Arno Garrels

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to