User Manual

Table Of Contents
AXIS 240 Users Manual Appendix H: CRON Script Command Reference
119
-cam Specifies the camera source, i.e. 1-5. If omitted, the default
camera will be used.
-b Specifies the buffer type, i.e. fullsize.jpg, halfsize.jpg
or
hugesize.jpg. Only valid if -a is set to
images/buffer.jpg.
-n Specifies the number of buffered images to be included in the
e-mail. Only valid if
-src is set to images/buffer.jpg.
Example 1
Example 2
Example 3
offline
This command terminates the current PPP connection. Used together
with the online command.
# This command will send an e-mail with the
# subject "Hello" and the attached file
# fullsize.jpg to someone@company.com
* * * * * :
mail -s Hello -a fullsize.jpg -t someone@company.com;
%
# This command will send an e-mail with the
# subject "This "fullsize.jpg" was sent from my
# AXIS 240" to two recipients.
* * * * * :
mail -s "This \"fullsize.jpg\" was sent from my AXIS
240" -a fullsize.jpg -t someone@axis.com
anotherone@axis.com;
%
# This command will send an e-mail with five
# attachments.
* * * * * :
mail -a fullsize.jpg halfsize.jpg hugesize.ppm
cronscript config -t me@at.home;
%