bug : FTP

Support and queries relating to all previous versions of ZoneMinder
Locked
User avatar
chaapaï
Posts: 19
Joined: Fri Aug 13, 2004 2:26 pm
Location: France

bug : FTP

Post 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.
oooops, i'm sorry but i speak english like as spanish cow...
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

Thanks for spotting this, I'll check and include it in 1.20.1

Phil
Locked