diff options
-rw-r--r-- | libraries/ftplib/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/ftplib/README b/libraries/ftplib/README index 70ba5fbf77c7c..ad660b7431425 100644 --- a/libraries/ftplib/README +++ b/libraries/ftplib/README @@ -1,3 +1,4 @@ -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 forking and executing an interactive ftp client program. +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 forking and executing an interactive ftp client +program. |