We are using Rebex version 2.0.4086.0 to download and upload files from/to SFTP server.
We are reusing the same rebex connection by checking the GetconnectionState() for downloading files from SFTP server.(ie, we are not disconnecting it always, we will check the connectionstate and if it is connected, we are using the same connection)
We are using GetFile() method for download activities. We observed that while handling heavy load, GetFile() is downloading the file, but the content is writing with previous filecontent (which has downloaded just before few microseconds).
Is there any known issue in GetFile() method as I have explained above? If it is there, please suggest a solution for it.