InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / TransferAutoDetectBinaryExtensionList Property


In This Topic
    TransferAutoDetectBinaryExtensionList Property
    In This Topic
    Returns or specifies which file extensions should identify files to be transferred as binary files during file transfer using the Auto-Detect transfer type. Use "<>" to specify files with no file extension.
    Syntax
    'Declaration
     
    
    Property TransferAutoDetectBinaryExtensionList As String
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As String
     
    instance.TransferAutoDetectBinaryExtensionList = value
     
    value = instance.TransferAutoDetectBinaryExtensionList
    string TransferAutoDetectBinaryExtensionList {get; set;}

    Property Value

    The default value is "exe,com,dll,gif,rbs". 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.
    Remarks
    Use TransferAutoDetectASCIIExtensionList, TransferAutoDetectImageLabelsExtensionList, and TransferAutoDetectScanExtensionList to determine file extensions to be linked to other transfer types. Use TransferAutoDetectDefaultType to specify what type of transfer to use when a file extension is not linked to any transfer type. The default value is "exe,com,dll,gif,rbs". 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.
    See Also