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:
mattf
2018-11-07 18:13:10 +00:00
parent ce0cc04fdb
commit 6585cf3ec4
+1
View File
@@ -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";}
}
}