use File::Glob to get a list of files, and then loop thru them.
use Data::Dumper; use File::Glob ':glob'; use strict; use warnings; my @files = bsd_glob("*.pl"); foreach my $file (@files) { print $file, "\n"; }
In case you know ant, it is easy to use ant. It supports a ftp task.
In reply to Re: Transfer folder using Net::FTP
by pg
in thread Transfer folder using Net::FTP
by kicap
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |