Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / Xfr400Transport Property
In This Topic
    Xfr400Transport Property
    In This Topic
    Gets or sets the protocol to use for data transfers.
    Syntax
    expression.Xfr400Transport As AS400TransportOption
    where expression is a variable that represents a FileTransfer Object

    Property Value

    An AS400TransportOption Enumeration value.
    Remarks
    For example, this statement specifies TCP/IP file transfers:

    FileTransfer.Xfr400Transport = LipiTcp

    This property affects AS/400 data transfer and is only relevant for 5250 sessions. The default value is LipiTcp.
    See Also