my @list = $ftp->ls(); my @files = grep { /some pattern.*/ } @list; foreach my $file (@files) { $ftp->get($file); }
In reply to Re^3: using Net::FTP to get a file without a full name
by iburrell
in thread using Net::FTP to get a file without a full name
by tariqahsan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |