File goes with Filepart even after turning off the endurance
Hi,
Our file is still transmitted with the Filepart even after the endurance is didabled.
Also I am adding this in my program.
Is there something else I need to add, so that filepart does not goes with the file?
Please help!!
Our file is still transmitted with the Filepart even after the endurance is didabled.
Also I am adding this in my program.
Dim transferOptions = New TransferOptions transferOptions.ResumeSupport.State = TransferResumeSupportState.Off transferResult = session.PutFiles(file, destfolder)
Please help!!