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 ac84d92 commit 6603ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +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 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.
- **Binary type** is used to transfer files byte by byte. This transfer type is used by default.

## Features

Expand Down

0 comments on commit 6603ffa

Please sign in to comment.