1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/ftp/p5-Net-FTP-Recursive/pkg-descr
2005-04-11 08:25:24 +00:00

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: http://search.cpan.org/dist/Net-FTP-Recursive/