twsoc...@kglt.net wrote:
> I'll start by saying that I am using the daily snapshot of 12/18/2011,
> Delphi 7.1, Win XP SP3 all patches as of 12/18/2011.
> 
> using
> TFtpCli I get a 500 error on a Quit even though the server returns a
> 221 response to the quit.   I've tracked it down to
> TCustomFtpCli.ControlSocketSessionClosed
> 
> I changed:
> 
> if FRequestType  ftpRqAbort then begin
> 
> To:
> 
> if
> (FRequestType  ftpRqAbort) and (FRequestType  ftpQuitAsync) then begin
> 
> and the problem is resolved.
> 
> Please note that the
> machine the program runs on is a 3.4g P4 with Gigabit networking to a
> DS3 backbone.  And this is a timing related problem.  I can not
> reproduce the error on my development machine.

This issue should be fixed in SVN rev. #868
Available via SVN now or included in the next nightly snapshot ZIP.
http://wiki.overbyte.be/wiki/index.php/ICS_Download

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

Reply via email to