Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Oct : TidFTP.OnWork does not work on Indy 9.0.18
| Subject: | TidFTP.OnWork does not work on Indy 9.0.18 |
| Posted by: | "Serkan Güneş" (adm..@e-xtraportal.net) |
| Date: | Thu, 1 Nov 2007 01:11:41 |
Hi,
my application to use Indy 9.0.18 I found that my
TidFTP.OnWork events are no more triggered during a file upload, only
the OnWorkBegin and onWorkEnd does.
Perhaps the problem could be on TIdIOHandler where the Write method
does not call for DoWork (only the TIdIOHandlerStack.WriteDirect does)
Why?
how to triggered idFTP OnWork event ?