Skip to content

Commit

Permalink
readme: update description of "Connections" section
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk authored Dec 31, 2024
1 parent 2d22773 commit c14c6fa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ built on a client-server model and uses separate connections for transferring co

### Connections

- **Control connection** is a persistent connection used to transfer commands and replies between the client and the
server.
- **Data connection** is a temporary connection used to transfer files. The connection is only open for the duration of
the data transfer.
- **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

Expand Down

0 comments on commit c14c6fa

Please sign in to comment.