|
Hi, I'm using your batchtransfer sample to download a directory tree from FTP (using Getfiles). The files on the FTP can be rather large (>1GB) so I don't want to download them when they are already locally available. I do however need to check if we're talking about the same file so I need to calculate a checksum of both the local and remote file. I implemented this check in the BatchTransferProblemDetected event handler. In there I call the GetRemoteChecksum function and that's where it's going wrong. When the app executes this function I get the error "Another operation is pending". When I disable this function the rest of the app runs smoothly. It seems that the component is not able to run GetRemoteChecksum while it's busy. Is this by design? Any suggestion how to get this working? Thanks, Johan |
|
Hello, when using Ftp one operation can be executed at a time only. Therefore calling the We are currently finishing new version of components. When it is released we add new value In the meantime, you can use following algorithm:
If you want the sample code, please leave the comment. |