EasyManua.ls Logo

Axis 200+ - Page 58

Axis 200+
122 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
AXIS 200+ Users Manual Section 5: Using the AXIS 200+
57
Example:
Downloading the
CRON Script
Follow these steps to download a CRON script file, e.g.
cron.txt, to
the AXIS 200+ via FTP:
1. Start an FTP session using the command
ftp <camserv>
2. You will be prompted for user name and password. By default, these
are
root and pass.
3. Change to binary mode using the command
bin
4. Download the script using the command
put cron.txt cronscript
# 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;
%

Other manuals for Axis 200+

Related product manuals