Skip to content

Commit

Permalink
Update ASCII type description
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Jul 30, 2023
1 parent e2b23d5 commit a795af3
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 text files that use ASCII character encoding. The data may be converted before
transfer. For example, newlines may be normalized.
- **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 native system style on the receiving side.
- **Binary type** is used to transfer data byte by byte, without any modification. It's the recommended transfer type by
default.

Expand Down

0 comments on commit a795af3

Please sign in to comment.