with ZM 1.19.5 and 1.20.1
FTP works and upload files in tar or zip , without select :
if select, i have only xxxevent.zip file of 22b and nothing inside .......ZM_UPLOAD_ARCH_ANALYSE Whether to include the analysis files in the archive, bigger but slower (?)
in zmfilter.pl
Code: Select all
my $arch_image_path = "$event->{MonitorId}/$event->{Id}/".((ZM_UPLOAD_ARCH_ANALYSE)?'{analyse,capture}':'*capture').".jpg";
change to :
Code: Select all
my $arch_image_path = "$event->{MonitorId}/$event->{Id}/".((ZM_UPLOAD_ARCH_ANALYSE)?'{*analyse,*capture}':'*capture').".jpg";