InfoConnect for Unisys
XfrAsciiCrlf Property


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

Property Value

The default (Convert) specifies that carriage return and line-feed characters are added or removed.
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a 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