InfoConnect for Airlines VBA Guide
FTPFileNamesTranslationEnabled Property
Returns or specifies whether filename translation occurs during FTP transfers of ASCII files.
Syntax
Object.FTPFileNamesTranslationEnabled As Boolean
Remarks
When this property is true, InfoConnect uses the filename translation options specified by TransferSpacesToUnderscores, TransferUnderscoresToSpaces, and TransferReceiveAs8Dot3. The default value is false.
See Also