Thank you very much for helping me!
Best regards!
2015-06-07 21:08 GMT+03:00 Angus Robertson - Magenta Systems Ltd <
an...@magsys.co.uk>:
> > Everything worked fine in my app till 31 May 2015.
> > FLastProgress : Int64;
> > if FLastProgress < GetTickCount then begin
> > Do I have to clea
> Everything worked fine in my app till 31 May 2015.
> FLastProgress : Int64;
> if FLastProgress < GetTickCount then begin
> Do I have to clear the FLastProgress and FProgressCount variables
> after upload complete?
Had your program been running for 49 days on 1 June?
GetTickCount re
Thank you for the reply!
I'm using the following code:
private
{ declaratii private pentru ICSFTP}
FLastProgress : Int64;
FProgressCount : TFtpBigInt;
procedure Tform2.ICSFtpONProgress(Sender : TObject; Count : int64; var
Abort : Boolean);
begin
// calculate size transmitted/remaining
> I'm using ICS FTP client in an application to upload large files to
> a ftp server. In order to know hoe much data from the file has been
> transferred I use the onprogress property.
> Everything worked fine in my app till 31 May 2015.
> Starting from 1 June 2015 i got no reply from the progres
Hello,
I'm using ICS FTP client in an application to upload large files to a ftp
server. In order to know hoe much data from the file has been transferred I
use the onprogress property.
Everything worked fine in my app till 31 May 2015.
Starting from 1 June 2015 i got no reply from the progress. Th