Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

nyhack44

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