Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / TransferDefaultProtocol Property
In This Topic
    TransferDefaultProtocol Property
    In This Topic
    Returns or specifies which of the five transfer protocols that Reflection supports is used by default in the File Transfer dialog box.
    Syntax
    expression.TransferDefaultProtocol As TransferProtocolOption
    where expression is a variable that represents a FileTransfer Object

    Property Value

    A TransferProtocolOption value
    Remarks
    Programmatic transfers use methods that are specific to a particular protocol (for example, KermitSendFile or WRQReceiveFile).
    • Specifies FTP as the default protocol.
    • Specifies Kermit as the default protocol.
    • Specifies WRQ/Reflection as the default protocol. (The default.)
    • Specifies Xmodem as the default protocol.
    • Specifies Zmodem as the default protocol.
    See Also