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