forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
461 B
Text
11 lines
461 B
Text
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/
|