Download Print this page

Axis 240 User Manual page 118

Network camera server axis
Hide thumbs Also See for AXIS 240:

Advertisement

# This command will log in as "elvis" with the
# password "presley" on the host with the Internet
# address 123.123.123.123, download a hugesize
# image with the name "king.jpg" and put
# it in the directory "/home/elvis" on the remote
# host. During download, the file name "tmp.jpg"
# will be used.
* * * * * :
ftp -host 123.123.123.123 -user elvis -pass presley
-src hugesize.jpg -dest /home/elvis/king.jpg -temp
tmp.jpg;
%
# This command will every hour, every five seconds
# for twenty minutes, download a fullsize image
# from camera 3 and save the images with a time
# stamp in the filename.
0 * * * * :
ftp -src fullsize.jpg -host an.interesting.site
-dest tmp/full$h$m$s.jpg -user billy -pass startrek
-loop s5 -time m20 -cam 3;
%
# This command will send 1001 consecutive fullsize
# images to "funny.host.name". The first and last
# images will be named "fullsize1000.jpg" and
# "fullsize2000.jpg", respectively.
* * * * * :
ftp -host funny.host.name -user camera1 -pass secret
-src fullsize.jpg -dest
/home/camera1/tmp/fullsize$r1000-2000.jpg;
%

Advertisement

loading