File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,12 @@ A cross-platform FTP/FTPS client library built on [Boost.Asio](https://www.boost
2424## Overview
2525
2626This 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
You can’t perform that action at this time.
0 commit comments