Skip to content

Commit

Permalink
Update a description
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Jul 30, 2023
1 parent 4ba0ac1 commit db1b8ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit db1b8ab

Please sign in to comment.