ResumeSupport Option in VBScript
Hi,
Does this option exist for TransferOptions VBScript? I am trying to do something like the following:
Dim transferOptions
Set transferOptions = WScript.CreateObject("WinSCP.TransferOptions")
With transferOptions
.TransferMode = TransferMode_Binary
.ResumeSupport = TransferResumeSupportState_Off
.PreserveTimestamp = false
End With
I just can't figure out what the syntax is, and I wasn't able to find anything in the tutorials to do this.
Thanks,
Mark
Does this option exist for TransferOptions VBScript? I am trying to do something like the following:
Dim transferOptions
Set transferOptions = WScript.CreateObject("WinSCP.TransferOptions")
With transferOptions
.TransferMode = TransferMode_Binary
.ResumeSupport = TransferResumeSupportState_Off
.PreserveTimestamp = false
End With
I just can't figure out what the syntax is, and I wasn't able to find anything in the tutorials to do this.
Thanks,
Mark