Re: [twsocket] ICS FTP - OnProgress strange behavior

2015-06-07 Thread MMG Admin
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

Re: [twsocket] ICS FTP - OnProgress strange behavior

2015-06-07 Thread Angus Robertson - Magenta Systems Ltd
> 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

Re: [twsocket] ICS FTP - OnProgress strange behavior

2015-06-07 Thread MMG Admin
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

Re: [twsocket] ICS FTP - OnProgress strange behavior

2015-06-07 Thread Angus Robertson - Magenta Systems Ltd
> 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

[twsocket] ICS FTP - OnProgress strange behavior

2015-06-07 Thread MMG Admin
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