The filehandle is what the open command creates, FH in your case. I suggest two things to try: (a) remove the <> around FH, and (b) include the parameter name.
$ftp->rls(FH) or die $ftp->message; $ftp->rls(Filehandle=>FH) or die $ftp->message;
In reply to Re: Net::FTP::Recursive - how to use rls
by GotToBTru
in thread Net::FTP::Recursive - how to use rls
by zalezny
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |