http://qs1969.pair.com?node_id=222823


in reply to Net::FTP

One FAQ I get a lot is how to make Net::FTP do mget/mput. I suggest the following:
foreach my $file (@files) { # Or get... $ftp->put($file) or die "Error putting $file: ", $ftp->message; }