Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / FTPFileNamesTranslationEnabled Property


In This Topic
FTPFileNamesTranslationEnabled Property
In This Topic
Returns or specifies whether file name translation occurs during FTP transfers of ASCII files.
Syntax
'Declaration
 
Property FTPFileNamesTranslationEnabled As Boolean
 
'Usage
 
Dim instance As IFileTransfer
Dim value As Boolean
 
instance.FTPFileNamesTranslationEnabled = value
 
value = instance.FTPFileNamesTranslationEnabled
Remarks
When this property is True, Reflection uses the file name translation options specified by TransferSpacesToUnderscores, TransferUnderscoresToSpaces, and TransferReceiveAs8Dot3. The default value is false.
See Also