diff options
Diffstat (limited to 'libraries/ftplib/README')
-rw-r--r-- | libraries/ftplib/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/ftplib/README b/libraries/ftplib/README new file mode 100644 index 0000000000..1beccd25ec --- /dev/null +++ b/libraries/ftplib/README @@ -0,0 +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. |