##
553 Prohibited file name: -rwxr-xr-x 1 260 410 1571 Mar 5 08:32 B0000198800028226.xml.enc
at /usr/local/bin/debitech line 156
####
151 # GET ALL FILES (*.enc) TO LOCAL DIRECTORY, DELETE THEM ON SERVER
152 foreach $file (@files) {
153 if ( !$error_flag && $file =~ m/\.enc$/ ) {
154 $report = $report . " Retrieving file $file\n";
155 if ( !$debug ) {
156 $ftp->get($file) or $error_flag = 1;
157 $ftp->quit() if $error_flag;
158 $ftp->delete($file) or $error_flag = 1;
159 $ftp->quit() if $error_flag;
160 }