From c14c6fa0c20241b663c6537396375f5c7827674d Mon Sep 17 00:00:00 2001 From: Denis Kovalchuk Date: Tue, 31 Dec 2024 14:23:33 +0300 Subject: [PATCH] readme: update description of "Connections" section --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f9214c4..389f677 100644 --- a/README.md +++ b/README.md @@ -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