Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / WRQExtraCharacters Property
In This Topic
    WRQExtraCharacters Property
    In This Topic
    Returns or specifies characters to convert into printable ASCII characters during a file transfer.
    Syntax
    expression.WRQExtraCharacters As String
    where expression is a variable that represents a FileTransfer Object
    Remarks
    This property is relevant only when WRQTransferLink is set to TransferLinkOption.UserDefinedLink. If WRQFastFileTransfer is true, fast file transfers are attempted, which ignore the WRQExtraCharacters property.

    This property is relevant only for transfers that use the WRQ/Reflection protocol.

    For information on file transfer configuration, see the Reflection Help.

    The default is "" (no characters). The value can be a string of control characters with ASCII values less than 32 (that is, "\0x0000" through "\0x001f") or greater than 127. The maximum length of the string is 32 characters.
    See Also