From db1b8abde7431c7f00489218acb15ae95fd8e5fe Mon Sep 17 00:00:00 2001 From: deniskovalchuk Date: Sun, 30 Jul 2023 16:10:40 +0300 Subject: [PATCH] Update a description --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a2478ca..24c23503 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,9 @@ FTP client based on Boost.Asio, written in C++17. ## Overview -File Transfer Protocol (FTP) is a network protocol used to transfer computer files between a client and a server on a -computer network. FTP is built on a client-server architecture and uses separate control and data connections. +FTP (File Transfer Protocol) is a standard network protocol used for the transfer of files between a client and a server +over a TCP-based network. FTP is built on a client-server model and uses separate connections for transferring commands +and data. ### Control and data connections