We currently are using WinSCP .NET assembly to interact with SFTP servers. Our use case involves fetching parts of a file in chunks. I see that TransferResumeSupportState
transfer option can be used to resume the file download but does not give freedom to stop and start/resume download as and when needed.
One of the other use case does not require the part of the file already downloaded (processed) to be in the same location (part of file downloaded is processed and not needed anymore). For TransferResumeSupportState
option to work the part of the file already downloaded has to be present in the same location.
Is there a workaround to pass file offset value to the GetFiles
?
Thanks,
Vagore