Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / TransferType Property
In This Topic
    TransferType Property
    In This Topic
    Gets or sets the transfer protocol Reflection uses.
    Syntax
    expression.TransferType As FileTransferTypeOption
    where expression is a variable that represents a FileTransfer Object

    Property Value

    A FileTransferTypeOption Enumeration value.
    Remarks
    Values:
    IndFile Specifies IND$FILE as the transfer protocol. (The default for 3270 sessions.)
    AS400Xfer Specifies AS/400 data transfer as the transfer protocol. (The default for 5250 sessions.)
    Ftp Specifies FTP as the transfer protocol.
    See Also