Skip to content

Commit

Permalink
readme: update headers
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk authored Dec 31, 2024
1 parent 13ee6f4 commit aa774bc
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 @@ -31,7 +31,7 @@ built on a client-server model and uses separate connections for transferring co
- **Control connection:** A persistent connection for exchanging commands and replies between the client and server.
- **Data connection:** A temporary connection established solely for transferring files. It remains open only for the duration of the data transfer.

### Transfer Modes
### Transfer modes

The transfer mode determines how the data connection is established.

Expand All @@ -48,7 +48,7 @@ the server will accept incoming data connections.
This mode is useful in scenarios where the client is unable to accept incoming connections,
such as when operating behind a firewall or NAT.

### Transfer Types
### Transfer types

The transfer type determines how data is transferred.

Expand Down

0 comments on commit aa774bc

Please sign in to comment.