Skip to content

Commit 601093e

Browse files
readme: update description
1 parent 35e0646 commit 601093e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ A cross-platform FTP/FTPS client library built on [Boost.Asio](https://www.boost
2424
## Overview
2525

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

3029
### Connections
3130

31+
FTP employs two separate connections to manage commands and file transfers.
32+
3233
- **Control connection:** A persistent connection for exchanging commands and replies between the client and server.
3334
- **Data connection:** A temporary connection established solely for transferring files. It remains open only for the duration of the data transfer.
3435

0 commit comments

Comments
 (0)