Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / FTPCharacterSetTranslationEnabled Property
In This Topic
    FTPCharacterSetTranslationEnabled Property
    In This Topic
    Returns or specifies how ASCII character set translations occur during FTP file transfers.
    Syntax
    expression.FTPCharacterSetTranslationEnabled As Boolean
    where expression is a variable that represents a FileTransfer Object
    Remarks
    When this property is set to true, Reflection performs the character set translations specified on the Translation tab in the File Transfer Setup dialog box, in addition to 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