Dim instance AsIFileTransferDim value AsString
instance.HostRecordSeparator = value
value = instance.HostRecordSeparator
Remarks
This property is only relevant when the UseHostRecordSeparator property is True. For example, this statement specifies that a linefeed should be inserted as the PC file record separator: 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" The string cannot be more than 259 characters long.