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: | bar..@amss.uk.com |
| Date: | 6 May 2006 08:10:54 |
Finn
I'm using the Indy idFTP component. Is there somethng in there that tells me
the bytes sent?
"Finn Tolderlund" <no@spam.dk> wrote:
>That depends on the FTP component you are using.OUsually there is an event
that tells you how many bytes have been transferred.oFrom that you can
calculate and update a progress bar.C-- eFinn Tolderlundn t"Barry Wood"
<Barry@AMSS.uk.com> skrev i en meddelelse
anews:445cb35a$1@newsgroups.borland.com...'> Is there a way to set up a
Progress Bar to report on how an ftp transfer D> isn> getting on? I have a
fairly large file I ftp & would like to give the Useri> some visual indication
of how the transfer is getting on. I currently justa> disable a button and
re-enable it when the transfer is completed.
Barry Wood