diff --git a/README.md b/README.md index 7b8d507f..407da862 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ Passive mode can be used in situations where the client cannot accept incoming c The transfer type determines how data is transferred. - **ASCII type** can be used to transfer ASCII files between systems with different newline representations. In this -case, the newlines will be converted to `CRLF` style on the sending side and to the native system style on the receiving -side. +case, the sending side converts the newlines from system style to `CRLF` style, and the receiving side performs the +reverse conversion. - **Binary type** is used to transfer files byte-by-byte. This transfer type is used by default. ## Features