From bfbb98d21d70a6a3269810d58058fca2474338f8 Mon Sep 17 00:00:00 2001 From: Philip Lacroix Date: Sat, 18 Apr 2015 03:24:51 +0700 Subject: libraries/ftplib: Added (FTP Protocol routines). Signed-off-by: Willy Sudiarto Raharjo --- libraries/ftplib/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 libraries/ftplib/README (limited to 'libraries/ftplib/README') 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. -- cgit v1.2.3