Specifications

© 2010 Cypress Solutions Complete Manual: CTM-15X Firmware 1.3.0
Open CTM (Revision D)
35
Command Reference
cmd boomreport
cmd boomreport 0 0 0 0 0 0 0 0
OK
A cmd save is required for this command to take effect.
See also: mode, repaddmes, repdelmes, repemail, replocport, repremip, repremport, repsms, reptype
return to list of commands
8.1.3 C Commands
cardlistclear
Removes list of approved swipe-card IDs from modem.
Example:
cmd cardlistclear
OK
See also: cardlistload, cardlistsave
return to list of commands
cardlistload (file-name url username passwd)
This command is used to load the approved ID list used with the swipe card interface from a remote
location (FTP/HTTP server). The approved ID list file is copied to /var/config/approved.txt.
The command requires 4 parameters when accessing an FTP server or 2 parameters when accessing an
HTTP server:
file-name the name of the approved ID list to load onto the modem
url the address of the FTP or HTTP server, can also be an IP address, prefixed by ftp:// or http://
respectively; if no prefix is specified (eg. cypress.bc.ca) then ftp:// is used
username username to access FTP server (ignored when url is prefixed by http://)
passwd password to access FTP server (ignored when url is prefixed by http://)
Examples:
cmd cardlistload new-approved.txt cypress.bc.ca guest guestpw where new-approved.txt is the
approved ID list, cypress.bc.ca is the FTP server, guest is the username of the FTP server and guestpw is
the password of the FTP server