Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / FTPFileNamesTranslationEnabled Property
In This Topic
FTPFileNamesTranslationEnabled Property
In This Topic
Returns or specifies whether filename translation occurs during FTP transfers of ASCII files.
Syntax
expression.FTPFileNamesTranslationEnabled As Boolean
where expression is a variable that represents a FileTransfer Object
Remarks
When this property is true, Reflection uses the filename translation options specified by TransferSpacesToUnderscores, TransferUnderscoresToSpaces, and TransferReceiveAs8Dot3. The default value is false.
See Also