Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / XfrBinaryCRLF Property
In This Topic
    XfrBinaryCRLF Property
    In This Topic
    Gets or sets whether a carriage return and a line-feed character are removed from the end of each line of a binary file that you send to the host, or added to the end of each line of a binary file that you receive from the host.
    Syntax
    expression.XfrBinaryCRLF As ConvertCrLfOption
    where expression is a variable that represents a FileTransfer Object

    Property Value

    A ConvertCrLfOption Enumeration value. The default value (Ignore) specifies that carriage return and line-feed characters are not added or removed.
    Remarks
    CR/LF processing is typically appropriate for ASCII files but not for binary files. This property affects IND$FILE transfer and is applicable to 3270 sessions only.

    See Also