Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / XfrIndStrucFldSz Property
In This Topic
    XfrIndStrucFldSz Property
    In This Topic
    Gets or sets whether Reflection uses the Write Structured Field protocol for IND$FILE transfers and, if so, sets the buffer size.
    Syntax
    expression.XfrIndStrucFldSz As IndStrucFieldSizeOption
    where expression is a variable that represents a FileTransfer Object

    Property Value

    A IndStrucFieldSizeOption Enumeration value. For the English version, the default value (SF4K) uses the Write Structured Field protocol with a 4K buffer.

    For the Japanese version, the default value (SF2K) uses the Write Structured Field protocol with a 2K buffer.

    Remarks
    This property affects IND$FILE transfer and is applicable to 3270 sessions only.
    See Also