property EOL: string;
Description
The EOL property defines value of the end-of-line marker. EOL is newline sequence used on an SFTP server. It is used in order to process text files in a cross platform compatible way correctly.
The server sends the EOL value to an SFTP client when establishing a connection. Therefore, it can be changed by user from a default value only in the TScSFTPServer.OnOpen event handler.
The default value is '#13#10' for Windows platform and '#10' for non-Widows platforms.