InfoConnect for Unisys
FTPCharacterSetTranslationEnabled Property


Returns or specifies how ASCII character set translations occur during FTP file transfers.
Syntax
'Declaration
 
Property FTPCharacterSetTranslationEnabled As Boolean
'Usage
 
Dim instance As IFileTransfer
Dim value As Boolean
 
instance.FTPCharacterSetTranslationEnabled = value
 
value = instance.FTPCharacterSetTranslationEnabled
bool FTPCharacterSetTranslationEnabled {get; set;}
Remarks
When this property is set to True, InfoConnect performs the character set translations specified on the Translation tab in the File Transfer Setup dialog box, as well as the translations between the host character set and the PC character set, as specified on the Emulation tab in the Terminal Setup dialog box. This property affects ASCII file transfers that use the FTP protocol. The default value is false.
See Also