Skip to content

Commit

Permalink
readme: update description
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk authored Dec 31, 2024
1 parent 84dd89c commit 35e0646
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ A cross-platform FTP/FTPS client library built on [Boost.Asio](https://www.boost

## Overview

This library implements the client-side functionality of the File Transfer Protocol (FTP) and its secure variant, FTPS,
providing a flexible solution for transferring files between clients and servers. Built on a client-server model, FTP
employs two separate connections to manage commands and file transfers.
This library implements the client-side functionality of the File Transfer Protocol (FTP), providing a flexible solution
for transferring files between clients and servers. Built on a client-server model, FTP employs two separate connections
to manage commands and file transfers.

### Connections

Expand Down

0 comments on commit 35e0646

Please sign in to comment.