AXIS 200+
Users 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;
%
Summary of Contents for 200+
Page 1: ......
Page 2: ...AXIS 200 User s Manual AXIS 200 Network Camera Server User s Manual ...
Page 31: ...Section 3 Assigning an IP Address AXIS 200 User s Manual 30 ...
Page 43: ...Section 4 Configuring the AXIS 200 AXIS 200 User s Manual 42 ...
Page 75: ...Appendix B The Parameter List AXIS 200 User s Manual 74 ...
Page 79: ...Section 6 Updating the Software AXIS 200 User s Manual 78 ...
Page 83: ...Appendix C Technical Specifications AXIS 200 User s Manual 82 Dimensions ...
Page 89: ...Appendix D The Auxiliary IO Port AXIS 200 User s Manual 88 ...
Page 99: ...Appendix E The RS232 Serial Port AXIS 200 User s Manual 98 ...