Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / KermitFileNamesTranslationEnabled Property
In This Topic
    KermitFileNamesTranslationEnabled Property
    In This Topic
    Returns or specifies whether the filename translation options on the Translation tab in the File Transfer Setup dialog box are used for Kermit transfers.
    Syntax
    expression.KermitFileNamesTranslationEnabled As Boolean
    where expression is a variable that represents a FileTransfer Object
    Remarks
    These options correspond to the following properties: Transfer8Dot3FilenameCase, TransferReceiveAs8Dot3, TransferSpacesToUnderscores, and TransferUnderscoresToSpaces. The default value is false.
    See Also