The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

rget - Sample script to show you how to use the rget function.

SYNOPSIS

    % rget [--windows] <server> <user> <password> <remote_path> <local_path>

DESCRIPTION

This script is an example script for users of the Net::FTP::Recursive module to be able to see how to utilize the rget method in a script.

The --windows argument may be passed to specify Windows-style directory parsing. This is semi-tested, but you may need to tweak the function slightly depending on your FTP server.

AUTHOR

Jeremiah Lee <texasjdl_AT_yahoo_DOT_com>