Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library
/
Attachmate.Reflection.Objects.Emulation.OpenSystems Library
/
FileTransfer Object
/ FTPFileNamesTranslationEnabled Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Visual Basic (Declaration)
In This Topic
FTPFileNamesTranslationEnabled Property
In This Topic
Returns or specifies whether filename translation occurs during FTP transfers of ASCII files.
Syntax
Visual Basic (Declaration)
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
Reference
FileTransfer Object
FileTransfer Members