Hi,
I am using Delphi and you latest non_ActiveX Dll. I want to use the FTP Async method as I need to display progress. You have deprecated the older method and advised to move to using
task := CkFtp2_GetFileAsync(pFtpClient,
but cannot resume download with it ?
I have tried CkFtp2_GetRestartNext(pFtpClient) ;
Same is the issue with CkFtp2_PutFileAsync and CkFtp2_AppendFileAsync file starts from 0 bytes.
Regards