expression.HostRecordSeparator As String
where expression is a variable that represents a FileTransfer Object
expression.HostRecordSeparator As String
FileTransfer.HostRecordSeparator = "\n"
This property only applies to ASCII file transfers using the WRQ/Reflection protocol.The default value is a carriage return and linefeed, which is represented as:
"\r\n"
This property is only relevant when the UseHostRecordSeparator property is true. The string cannot be more than 259 characters long.