Rocket® InfoConnect Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.
FTPCharacterSetTranslationEnabled Property
In This Topic
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