Download Print this page

Axis 200+ User Manual page 58

Network camera server
Hide thumbs Also See for 200+:

Advertisement

# This is an example of an Axis extended CRON script:
# Once a day I want my mother to receive an e-mail
# containing the lastshot.jpg image.
0 0 * * * * :
mail -s "Hi mom! Look what my little camera has taken
for you." -a lastshot.jpg -t mother@some.site;
%
# This, the second entry will store a fullsize image
# using ftp on the ftp server an.ftp.site in
# /home/snapshots when input 1 goes high.
* * * * * /I1 :
ftp -host an.ftp.site -user aUser -pass aPass -src
fullsize.jpg -dest home/snapshots;
%
# This, the third entry will dial up an ISP and store
# an image on the ftp server an.ftp.site every
# hour. It will then disconnect.
0 * * * * :
online -dial aNumber -user aUser -pass aPass;
ftp -host an.ftp.site -user aUser -pass aPass -src
fullsize.jpg -dest home/snapshots;
offline;
%
ftp <camserv>
root
pass
bin
put cron.txt cronscript
cron.txt

Advertisement

loading