Re: [twsocket] Download file from FTP with ProgressBar in Delphi

2009-11-18 Thread Anton Nikulin
2009/11/18 Jeff Cook > Hi Anton > > I think you just need to use the OnProgress event like this ... > > procedure TFTPDownloadForm.FTPProgress(Sender: TObject; Count: Integer; > var Abort: Boolean); > begin > Abort := bCancel; // bCancel is a boolean set by clicking cancel > button > progDB.Po

[twsocket] Download file from FTP with ProgressBar in Delphi

2009-11-18 Thread Anton Nikulin
Hi! I use FtpClient to download file from FTP-server. How can I show download progress in ProgressBar? -- 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