Page 1 of 1

bug : FTP

Posted: Thu Feb 03, 2005 3:34 pm
by chaapaï
hello all
with ZM 1.19.5 and 1.20.1
FTP works and upload files in tar or zip , without select :
ZM_UPLOAD_ARCH_ANALYSE Whether to include the analysis files in the archive, bigger but slower (?)
if select, i have only xxxevent.zip file of 22b and nothing inside ....... :lol:
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";
is-it good for modif ? because it work.

Posted: Thu Feb 03, 2005 6:24 pm
by zoneminder
Thanks for spotting this, I'll check and include it in 1.20.1

Phil