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 ced113f commit f54ca0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ 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.
- **Binary type** is used to transfer files byte-by-byte, without any modification. It's the recommended transfer type by
default.
- **Binary type** is used to transfer files byte-by-byte. This transfer type is used by default.

## Features

Expand Down

0 comments on commit f54ca0d

Please sign in to comment.