27.08.2013 Views

Ethernet Configuration and Control, cont'd - Extron Electronics

Ethernet Configuration and Control, cont'd - Extron Electronics

Ethernet Configuration and Control, cont'd - Extron Electronics

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

PRELIMINARY<br />

SIS Programming <strong>and</strong> <strong>Control</strong>, cont’d<br />

Comm<strong>and</strong>/response table for SIS comm<strong>and</strong>s (continued)<br />

5-14<br />

Comm<strong>and</strong> ASCII (Telnet) URL Encoded (Web) Response<br />

File comm<strong>and</strong>s, continued<br />

List files from current directory Esc DF WDF| Telnet text responses:<br />

filename x date/time length<br />

filename x date/time length<br />

filename x date/time length<br />

...<br />

space_remaining bytes left<br />

Web responses: HTML sample code<br />

var file – new Array ();<br />

file [1] = ‘filename1, date1, filesize1’;<br />

file [2] = ‘filename2, date2, filesize2’;<br />

...<br />

file [n] = ‘filename n, date n, filesize n’;<br />

file [n+1]=‘space remaining, Bytes Left’<br />

IPL T PC1 SIS Programming <strong>and</strong> <strong>Control</strong><br />

List files from current directory <strong>and</strong> below Esc LF WLF| Telnet text responses:<br />

path/directory/filename x date/time<br />

length<br />

path/directory/filename x date/time<br />

length<br />

path/directory/filename x date/time<br />

length<br />

...<br />

space_remaining Bytes Left<br />

Web responses: HTML sample code<br />

var file – new Array ();<br />

file [1] = ‘path/directory/filename1, date1,<br />

filesize1’;<br />

file [2] = ‘path/directory/filename2, date2,<br />

filesize2’;<br />

...<br />

file [n] = ‘filename n, date n, filesize n’;<br />

file [n+1]=‘space remaining, Bytes Left’<br />

The response to this comm<strong>and</strong> is the same as for the “List files from current directory” comm<strong>and</strong> (DF), except that {path}/{directory precedes filenames for files from<br />

subdirectories below the current directory.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!