What's the value of
Hi,
In the VBScript example:
https://winscp.net/eng/docs/library_com_wsh#vbscript
they use a binary transfer mode, and it's represented as a variable
But in either case, I don't understand where the value of
Is
In the VBScript example:
https://winscp.net/eng/docs/library_com_wsh#vbscript
they use a binary transfer mode, and it's represented as a variable
TransferMode_Binary
. I need to use the Ascii version.
But in either case, I don't understand where the value of
TransferMode_Binary
or TransferMode_Ascii
is found. TransferMode
itself is a property of TransferOptions
, understood. But I don't see how we get that Binary or Ascii property of TransferMode
, and assign it to oTransferOptions.TransferMode
.
Is
TransferMode_Binary
= 1, and TransferMode_Ascii
= 2?