Added space option for FTP folder in list exporter perl script
git-svn-id: svn://192.168.202.10@3053 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -281,6 +281,7 @@ if ($rslt->rows>0)
|
||||
my @data_in = split(/--destination_folder=/,$args);
|
||||
$destination_folder = $data_in[1];
|
||||
$destination_folder =~ s/ .*//gi;
|
||||
$destination_folder =~ s/-------/ /gi;
|
||||
if ($DB) {print "\n----- DESTINATION FOLDER: $destination_folder -----\n\n";}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user