Installation User guide
SIS
™
Programming and Control, cont’d
MLC 226 IP Series • SIS Programming and Control
5-26
PRELIMINARY
Command/response table for SIS commands (continued)
Command ASCII (Telnet)
(host to switcher)
URL Encoded (Web)
(host to switcher)
Response
(switcher to host)
Additional description
List fi les from the current directory Retrieve a list of fi les stored in the controller.
Each line of the response lists a different
fi lename and its corresponding fi le size. The
last line of the response indicates how much
available fi le space there is.
E
DF
}
W DF
|
[fi lename 1]• [day, date time of upload] GMT • [fi le size 1 in bytes]
]
[fi lename 2]• [day, date time of upload] GMT • [fi le size 2 in bytes]
]
[fi lename 3]• [day, date time of upload] GMT • [fi le size 3 in bytes]
]
…
[fi lename n]• [day, date time of upload] GMT • [fi le size n in bytes]
]
[space remaining (to 7 digits)] • Bytes Left
]]
When working with the MLC’s embedded Web pages, the response visible in HTML source code follows this structure:
var fi le=new Array();
fi le[1]=“[fi lename 1],[day, date time1 of upload] GMT,[fi le size 1 in bytes]”;
]
fi le[2]=“[fi lename 2],[day, date time2 of upload] GMT,[fi le size 2 in bytes]”;
]
fi le[3]=“[fi lename 3],[day, date time3 of upload] GMT,[fi le size 3 in bytes]”;
]
…
fi le[n]=“[fi lename n],[day, date timen of upload] GMT,[fi le size n in bytes]”;
]
fi le[n+1]=”[space remaining (to 7 digits)],Bytes Left;
]
Example (via Telnet or
HyperTerminal):
E
DF
}
W DF
|
4.evt Tue, 01 Mar 2005 02:03:07 GMT 42233
]
1.eml Tue, 01 Mar 2005 02:03:34 GMT 200
]
2.eml Tue, 01 Mar 2005 02:03:34 GMT 300
]
2.eir Tue, 01 Mar 2005 02:03:34 GMT 1683
]
6.evt Tue, 01 Mar 2005 02:03:36 GMT 17956
]
4.eir Tue, 01 Mar 2005 02:03:47 GMT 6849
]
MLCmain.sc Tue, 01 Mar 2005 02:03:52 GMT 8515
]
0.evt Tue, 01 Mar 2005 02:03:56 GMT 34413
]
99.eml Tue, 01 Mar 2005 02:04:19 GMT 178
]
buttons.xml Tue, 01 Mar 2005 02:04:19 GMT 17214
]
MLC.cfg Wed, 16 Mar 2005 21:34:45 GMT 7188
]
6568448 Bytes Left
]]
List fi les from the current
directory and its subdirectories
E
LF
}
WLF
|
(See responses to
E
DF
}
,
above.)
The response is the same except that the
path/directory precedes fi lenames for fi les
within the subdirectories.