Attachmate Reflection 2014 .NET API Reference
ZmodemFileNamesTranslationEnabled Property


Returns or specifies whether the File name translation options on the Translation tab in the File Transfer Setup dialog box are used for Zmodem transfers.
Syntax
'Declaration
 
Property ZmodemFileNamesTranslationEnabled As Boolean
'Usage
 
Dim instance As IFileTransfer
Dim value As Boolean
 
instance.ZmodemFileNamesTranslationEnabled = value
 
value = instance.ZmodemFileNamesTranslationEnabled
bool ZmodemFileNamesTranslationEnabled {get; set;}

Property Value

The default value is false.
Remarks
These options correspond to the following properties: Transfer8Dot3FilenameCase TransferReceiveAs8Dot3 TransferSpacesToUnderscores TransferUnderscoresToSpaces The default value is false.
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IFileTransfer Interface
IFileTransfer Members

Send Feedback