Section 5: Using the AXIS 200
AXIS 200 User’s Manual
46
Example:
FTP session downloading a CRON script
Notes:
❏ Only one CRON script can be resident within the AXIS 200 at a
time. Active entries contained in any previously downloaded
CRON script are stopped and automatically erased from memory
once a new script is installed.
❏ An erroneous CRON file will not be accepted by the AXIS 200
and consequently will not erase a previously loaded script.
C:\Temp>ftp 171.16.3.30
Connected to 171.16.3.30.
220 AXIS NetEyeV1.30a2 Nov 6 1997 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.