Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / TransferAutoDetectDefaultType Property
In This Topic
    TransferAutoDetectDefaultType Property
    In This Topic
    Returns or specifies what type of file transfer to use when no transfer type has been associated with the file extension of a file to be transferred using the Auto-Detect transfer feature.
    Syntax
    expression.TransferAutoDetectDefaultType As TransferTypeOption
    where expression is a variable that represents a FileTransfer Object

    Property Value

    A TransferTypeOption value
    Remarks
    • Use binary file transfer.
    • Use ASCII file transfer.
    • Use Labels or Image file transfer.
    • Reflection determines the file transfer method. (The default.)
    • Display a dialog box prompting the user for a file transfer method.
    See Also