diff options
Diffstat (limited to 'libraries/ftplib/README')
-rw-r--r-- | libraries/ftplib/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/ftplib/README b/libraries/ftplib/README index 1beccd25ec..70ba5fbf77 100644 --- a/libraries/ftplib/README +++ b/libraries/ftplib/README @@ -1,3 +1,3 @@ ftplib is a set of routines that implement the FTP protocol. They allow -applications to create and access remote files through function calls instead -of needing to fork and exec an interactive ftp client program. +applications to create and access remote files through function calls, instead +of forking and executing an interactive ftp client program. |