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


In This Topic
    FTPFileNamesTranslationEnabled Property
    In This Topic
    Returns or specifies whether file name translation occurs during FTP transfers of ASCII files.
    Syntax
    'Declaration
     
    
    Property FTPFileNamesTranslationEnabled As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.FTPFileNamesTranslationEnabled = value
     
    value = instance.FTPFileNamesTranslationEnabled
    bool FTPFileNamesTranslationEnabled {get; set;}
    Remarks
    When this property is True, InfoConnect uses the file name translation options specified by TransferSpacesToUnderscores, TransferUnderscoresToSpaces, and TransferReceiveAs8Dot3. The default value is false.
    See Also