InfoConnect for Unisys
KermitFileNamesTranslationEnabled Property


Returns or specifies whether the File name translation options on the Translation tab in the File Transfer Setup dialog box are used for Kermit transfers.
Syntax
'Declaration
 
Property KermitFileNamesTranslationEnabled As Boolean
'Usage
 
Dim instance As IFileTransfer
Dim value As Boolean
 
instance.KermitFileNamesTranslationEnabled = value
 
value = instance.KermitFileNamesTranslationEnabled
bool KermitFileNamesTranslationEnabled {get; set;}
Remarks
These options correspond to the following properties: Transfer8Dot3FilenameCase TransferReceiveAs8Dot3 TransferSpacesToUnderscores TransferUnderscoresToSpaces The default value is false.
See Also