InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IFileTransfer Interface / XfrBinaryCRLF Property


In This Topic
    XfrBinaryCRLF Property
    In This Topic
    Returns or specifies whether carriage returns and linefeed characters (CR/LF) at the end of lines in ASCII files are removed (when you send the file to the host) or added (when you receive the file from the host).
    Syntax
    'Declaration
     
    
    Property XfrBinaryCRLF As ConvertCrLfOption
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As ConvertCrLfOption
     
    instance.XfrBinaryCRLF = value
     
    value = instance.XfrBinaryCRLF
    ConvertCrLfOption XfrBinaryCRLF {get; set;}

    Property Value

    The default value (Ignore) specifies that carriage return and line-feed characters are not added or removed.
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify an InfoConnect property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
    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