Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / XfrAsciiCrlf Property
In This Topic
    XfrAsciiCrlf 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 an ASCII file you are sending to the host, or added to the end of each line of an ASCII file you are receiving from the host.
    Syntax
    expression.XfrAsciiCrlf As ConvertCrLfOption
    where expression is a variable that represents a FileTransfer Object

    Property Value

    A ConvertCrLfOption Enumeration value. The default value (Convert) specifies that carriage return and line-feed characters are 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