Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: Progress Bar for an FTP Transfer
| Subject: | Re: Progress Bar for an FTP Transfer |
| Posted by: | "Ciaran Costelloe" (ccostell..@flogas.ie) |
| Date: | 7 May 2006 14:05:47 |
Barry Wood wrote:
> Finn
>
> I'm using the Indy idFTP component. Is there somethng in there that
> tells me the bytes sent?
I am not familiar with IdFTP, but I assume it has handlers
OnWork/OnWorkBegin/OnWorkEnd. You will need to know the file size to
set the progress bar's Max, but OnWork will tell you how much has been
transferred.
Ciaran