mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
12 lines
461 B
Plaintext
12 lines
461 B
Plaintext
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: https://metacpan.org/release/Net-FTP-Recursive
|