summaryrefslogtreecommitdiff
path: root/ftp/p5-Net-FTP-Recursive/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/p5-Net-FTP-Recursive/pkg-descr')
-rw-r--r--ftp/p5-Net-FTP-Recursive/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/p5-Net-FTP-Recursive/pkg-descr b/ftp/p5-Net-FTP-Recursive/pkg-descr
new file mode 100644
index 000000000000..43308685f532
--- /dev/null
+++ b/ftp/p5-Net-FTP-Recursive/pkg-descr
@@ -0,0 +1,11 @@
+This module augments the list of Net::FTP methods with several
+methods that automatically descend directory structures for you.
+The methods are:
+
+ rget - Retrieve an entire directory tree.
+ rput - Send an entire directory tree.
+ rdir - Receive an entire directory tree listing.
+ rls - Receive an entire directory tree listing, filenames only.
+ rdelete - Remove an entire directory tree.
+
+WWW: http://search.cpan.org/dist/Net-FTP-Recursive/