Skip to content

Commit

Permalink
Update a description
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Jul 31, 2023
1 parent f54ca0d commit ac84d92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac84d92

Please sign in to comment.