http://www.perlmonks.org?node_id=1231132


in reply to Re^2: Net::FTP - Check if file already exists locally before download
in thread Net::FTP - Check if file already exists locally before download

for my $file (@set_of_files) { $ftp->get ($file) unless (-e "/dir1/$file" or -e "/dir2/$file"); }