AXIS 200+ and 240 User’s Guide Using the Camera Server 19External Web SitesIf your Website is not adversely effected by heavy traffic, and your camera server is connecteddirectly to an Ethernet network, it is possible to fetch images directly from the camera server.However, it is recommended that images are accessed over an assisting Web server and not directly,when:• modem connected,• located behind a firewall,• subject to high volume traffic,• used for generating large files, such as hugesize.jpg which is very time consuming.If any of the above circumstances prevail, the best way to transfer images from the camera server toan assisting Web server, is to use CRON scripts.Note: You can use the CRON script facility to collect snapshots periodically.CRON ScriptsEmbedded within your Axis camera server is a time/event based scripting language, CRON. Thisservice allows you to program event and/or time triggered functions within the camera server.Any of the following tools can be used for generating a CRON script file:• The Online Editor. An easy-to-use on-line editor available via the Cron Script - Cron Configu-ration pages.• TheText Editor. An integrated text editor available via the Cron Script - Cron Configurationpages.• CRON Script Maker. Fully documented CRON applications available in a form-format fromthe Network Camera Servers Developers’ pages at http://www.axis.com/ Each form includes aCRON Script Maker containing several interactive fields for generating custom CRON scripts.• Any common text editor. Edit using any common text editor and download the file using FTP.Script FormatA CRON script can include one or several entries. Each entry includes the following elements:• Comment(s)• A trigger condition• Command(s)• An entry termination character %Note: Only one CRON script can be resident within the camera server at a time.