Check out Net::FTP::Recursive
use Net::FTP::Recursive;
$ftp = Net::FTP::Recursive->new("some.host.name", Debug => 0);
$ftp->login("anonymous",'me@here.there');
$ftp->cwd('/pub');
$ftp->rput( ParseSub => \&yoursub );
$ftp->quit;
In reply to Re: Moving folders using FTP
by phydeauxarff
in thread Moving folders using FTP
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |