Reflection
FTPFileNamesTranslationEnabled Property


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
bool FTPFileNamesTranslationEnabled {get; set;}
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