foreach my $file (@files) { # Or get... $ftp->put($file) or die "Error putting $file: ", $ftp->message; } [download]
In reply to Re: Net::FTP by mjolnir in thread Net::FTP by vaevictus