Peter Feldbaumer wrote:
> 
> In TFTPServer.WMFtpSrvClientClosed() the following two lines have to be
> added, best would be just before FClientList.Remove(Client);

That makes sence ;-)

BTW: FreeCurrentPasvPort is called multiple times in most cases, doesn't hurt,
but's not very nice. 

Arno


> 
> TFTPServer.WMFtpSrvClientClosed()
> begin
> ...
> --> 2 lines
>                 if Client.PassiveMode then // FLD 17.1.06
>                     FreeCurrentPasvPort(Client);
> 
> --> enter before
>                 FClientList.Remove(Client);
> ....
> end;
> 
> 
> --
> Peter Feldbaumer
> p dot feldbaumer at utanet dot at
-- 
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