Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / ConvertSeparatorToEOL Property


In This Topic
ConvertSeparatorToEOL Property
In This Topic
Returns or specifies how Reflection handles line separators during ASCII file transfers.
Syntax
'Declaration
 
Property ConvertSeparatorToEOL As Boolean
 
'Usage
 
Dim instance As IFileTransfer
Dim value As Boolean
 
instance.ConvertSeparatorToEOL = value
 
value = instance.ConvertSeparatorToEOL
Remarks
The default value is true. Setting this property to True tells Reflection to generate a new line at the end of each record it receives from the host during an ASCII transfer. The equivalent property for ASCII transfers to the host is ConvertEOLToSeparator, which determines whether the host generates a new record every time it receives the carriage return/linefeed sequence from Reflection.
See Also