Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / TransferAutoDetectBinaryExtensionList Property
In This Topic
    TransferAutoDetectBinaryExtensionList Property
    In This Topic
    Returns or specifies which file extensions identify files to be transferred as binary files during file transfer using the Auto-Detect transfer type.
    Syntax
    expression.TransferAutoDetectBinaryExtensionList As String
    where expression is a variable that represents a FileTransfer Object
    Remarks
    The default value is "exe,com,dll,gif,rbs".

    To specify files with no file extension, use "<>".

    Use commas to separate file extensions included in the string. Do not include periods with the file extensions.

    The string can be up to 259 characters long.

    To link file extensions to other transfer types, use TransferAutoDetectASCIIExtensionList, TransferAutoDetectImageLabelsExtensionList, and TransferAutoDetectScanExtensionList.

    To specify a type of transfer to use when a file extension is not linked to any transfer type, use TransferAutoDetectDefaultType.

    See Also