Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / WRQUseBlockReads Property
In This Topic
    WRQUseBlockReads Property
    In This Topic
    Returns or specifies whether VAXLINK2, the VMS host transfer program, is forced to read files in block mode rather than record mode.
    Syntax
    expression.WRQUseBlockReads As Boolean
    where expression is a variable that represents a FileTransfer Object
    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.
    See Also