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

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

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.

Jeremiah Lee <texasjdl_AT_yahoo_DOT_com>