InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / TransferProtocolOption Enumeration
In This Topic
    TransferProtocolOption Enumeration
    In This Topic
    Specifies the type of file being transferred.
    Syntax
    <System.Runtime.InteropServices.ComVisibleAttribute(True)>
    <System.Runtime.InteropServices.GuidAttribute("FC6E2ED4-FD88-43fb-B3A5-CFEF7EF7F44D")>
    <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design", 
       CheckId="CA1008:EnumsShouldHaveZeroValue", 
       Scope="", 
       Target="", 
       MessageId="", 
       Justification="")>
    Public Enum TransferProtocolOption 
       Inherits System.Enum
    Members
    MemberDescription
    FtpSpecifies FTP as the default protocol.
    KermitSpecifies Kermit as the default protocol.
    WrqSpecifies WRQ/Reflection as the default protocol.
    XModemSpecifies Xmodem as the default protocol.
    ZModemSpecifies Zmodem as the default protocol.
    See Also