beautypg.com

Preliminar y – Extron Electronics MLC 226 IP Series Installation User Manual

Page 103

background image

5-25

MLC 226 IP Series • SIS Programming and Control

PRELIMINAR

Y

Command/r

esponse table for SIS commands (continued)

Command

ASCII (T

elnet)

(host to switcher)

URL Encoded (W

eb)

(host to switcher)

Response

(switcher to host)

Additional description

Dir

ectory commands

Change or cr

eate a dir

ectory

E

path/dir

ectory/

CJ

}

The dir

ectory’s name must be composed

of alphanumeric characters and may

include the minus sign (hyphen, -) and the

colon (:). The fi

rst character must be a letter

.

Case does not matter

. No blank or space

characters ar

e permitted in the name.

Include the full path, not just the name of

the dir

ectory

. Nonalphanumeric characters

in the path (e.g. /) must be encoded to hex.

characters for use with a W

eb br

owser

.

W

path

%2F

dir

ectory

%2F CJ

|

Dir•

path/dir

ectory/

]

N

A

dir

ectory does not fully exist until a fi

le has been copied into that path. Also, the MLC operates differ

ently fr

om PC operating systems: fi

les stor

ed in and dir

ectories cr

eated in

the MLC may have the same names.

Example:

E

majordir

ectory/subdir

ectory/next-level/

CJ

}

W

majordir

ectory

%2F

subdir

ectory

%2F

next-level

%2F CJ

|

Dir•

majordir

ectory/subdir

ectory/next-level/

]

In this case, the path is

majordir

ectory/

subdir

ectory/

. The dir

ectory that was just

cr

eated or changed to is called

next-level

.

Example:

E

custompages/HTMLfi

les/

CJ

}

W

custompages

%2F

HTMLfi

les

%2F CJ

|

This example just cr

eated a subdir

ectory for

storing the user

’s custom-made HTML

fi

les.

The dir

ectory that was just cr

eated is called

HTMLfi

les

.

Dir•

custompages/HTMLfi

les

/

]

Example:

E

oak/CJ

}

W oak

%2F CJ

|

Dir• oak

]

Change back to the r

oot dir

ectory

E

/CJ

}

W %2F

CJ

|

Dir•/

]

Go up one dir

ectory level

E

.. CJ

}

W %2E %2E

CJ

|

Dir•

path/dir

ectory/

]

V

iew the curr

ent dir

ectory

E

CJ

W CJ

|

path/dir

ectory/

]

N

The curr

ent dir

ectory is determined on a per-connection basis. At the beginning of each IP connection/session, the curr

ent di

rectory is selected as the r

oot dir

ectory

.

File handling commands

Erase the user

-supplied W

eb page

and fi

les

24,28

E

fi lename

EF

}

W

fi lename

EF

|

Del •

fi lename

]

Erase the curr

ent dir

ectory and

its fi

les

24,28

E

/EF

}

W %2F

EF

|

Ddl

]

Erase the curr

ent dir

ectory and

its subdir

ectories

24,28

E

//EF

}

W %2F %2F

EF

|

Ddl

]