User Manual

Table Of Contents
Section 5: Using the AXIS 240 AXIS 240 User๎š’s Manual
58
Downloading the
CRON Script via FTP
Follow these steps to download a CRON script file, e.g.
cron.txt, to
the AXIS 240 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
FTP will indicate ๎š“File transfer complete๎š” or similar when the
file transfer is complete. The CRON script becomes active within one
minute after it has been downloaded to the AXIS 240.
Example:
FTP session downloading a CRON script
C:\Temp>ftp 171.16.3.30
Connected to 171.16.3.30.
220 AXIS 240 Jun 6 1998 ready.
User (171.16.3.30:(none)): root
331 User name ok, need password
Password:
230 Root user logged in
ftp> bin
200 TYPE set to I.
ftp> put cron.txt cronscript
200 PORT command successful.
150 Opening data connection for cronscript
(171,16,4,70,4,6), (mode binary).
226- Compilation OK
Events initiated
226 File transfer complete
112 bytes sent in 0.00 seconds (112000.00 Kbytes/sec)
ftp> quit
221 Goodbye.