Dim instance AsIFileTransferDim value AsBoolean
instance.WRQUseBlockReads = value
value = instance.WRQUseBlockReads
Property Value
The default value is false.
Remarks
For certain files in non-standard formats, this transfers every byte in the file without regard to record lengths or carriage controls. Setting this property to True is equivalent to using TransferTypeOption.Image as the TransferType (with WRQReceiveFile), but omitting the image header information. This property is only relevant for transfers from VMS hosts (that is, when WRQHostSystem is set to HostSystemTypeOption.VMS). This property is relevant only for transfers that use the WRQ/Reflection protocol. The default value is false.