Instruction Manual
5-23MLC 104 Series • SIS
™
Programming and Control
PRELIMINARY
Command/response table for SIS commands (continued)
Command ASCII (Telnet) URL Encoded (Web) Response Additional description
(host to switcher) (host to switcher) (switcher to host)
Directory commands
Change or create a directory
Esc
directorypath/ CJ
W directorypath%2F CJ
|
Dir•directorypath/ The directory’s name must be composed of
alphanumeric characters and may include
the minus sign (hyphen, -). The first
character must be a letter. Case does not
matter. No blank or space characters are
permitted in the name.
Include the
full path, not just the name of
the directory. Nonalphanumeric characters
in the path (e.g. /) must be encoded to hex.
characters for use with a Web browser.
A directory does not rully exist until a file has been copied into that path.
Also, the MLC operates differently from PC operating systems: files stored in and directories created in the MLC may have the same names.
Example:
Esc
majordirectory/subdirectory/next-level/ CJ
W majordirectory%2Fsubdirectory%2Fnext-level%2F CJ
|
Dir•majordirectory/subdirectory/next-level/
In this case, the path is majordirectory/
subdirectory/next-level. The directory that
was just created or changed to is called next-
level.
Example:
Esc
custompages/HTMLfiles/ CJ
W custompages %2F HTMLfiles %2F CJ
|
Dir•custompages/HTMLfiles/ This example just created a subdirectory for
storing the user’s custom-made HTML files.
The directory that was just created is called
HTMLfiles.
Example:
Esc
oak/ CJ W oak%2F CJ
|
Dir • oak
Change back to the root directory
Esc
/ CJ W%2F CJ
|
Dir•/
Go up one directory level
Esc
.. CJ W%2E%2E CJ
|
Dir•directorypath/
View the current directory
Esc
CJ WCJ
|
directorypath/
The current directory is determined on a per-connection basis. At the beginning of each IP connection/session, the current directory is selected as the root directory .