InfoConnect for Airlines VBA Guide
KermitFileNamesTranslationEnabled Property
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
Object.KermitFileNamesTranslationEnabled As Boolean
Remarks
These options correspond to the following properties: Transfer8Dot3FilenameCase, TransferReceiveAs8Dot3, TransferSpacesToUnderscores, and TransferUnderscoresToSpaces. The default value is false.
See Also