ResumeSupport.State does not seem to work.
Hi, I'm uploading files on a sftp server using:
TransferOptions.ResumeSupport.State = TransferResumeSupportState.Off
After the upload, I try to compare the file size of the local / remote files to be sure everythings are right but when I list the files they have a stamp like this :
MyFile_186804232.txt instead of MyFile.txt. So I'm unable to match them correctly.
If I wait couple of seconds and I list the files again, they are named correctly.
I don't know what I'm doing wrong. Do you have an Idea?
The version is : 5.7.2
Thanks
TransferOptions.ResumeSupport.State = TransferResumeSupportState.Off
After the upload, I try to compare the file size of the local / remote files to be sure everythings are right but when I list the files they have a stamp like this :
MyFile_186804232.txt instead of MyFile.txt. So I'm unable to match them correctly.
If I wait couple of seconds and I list the files again, they are named correctly.
I don't know what I'm doing wrong. Do you have an Idea?
The version is : 5.7.2
Thanks