Extron Electronics DVS 510 Series User Guide User Manual
Page 81
DVS 510 Series • Remote Configuration and Control
75
Command
ASCII Command
(Host to Scaler)
Response
(Scaler to Host)
Additional Description
Directories
NOTES:
•
Directory name = a text string that can contain letters A–Z, a–z, digits 1–9, minus signs or hyphens (-), plus
sign (+), or colon (:). No blank or space characters are permitted. Names are not case-sensitive. The first character
must be an alpha character.
•
A directory does not truly exist until a file has been copied into that path.
•
A file and a directory can have the same name.
•
The current directory is a per-connection setting. It begins at the root for each new IP session.
Change or create a directory
E
path/directory/CJ
}
Dir
•
path/directory/
]
Return to root directory
E
/CJ
}
Dir
•
/
]
Go up one directory
E
..CJ
}
Dir
•
path/directory/
]
View current directory
E
CJ
}
path/directory/
]
File Commands
Erase user-supplied web page or
file
24,28
E
filenameEF
}
Del
•
filename
]
Erase current directory and its
files
24,28
E
/EF
}
Ddl
]
Erase current directory and
sub-directories
24,28
E
//EF
}
Ddl
]
List files in current directory
E
DF
}
Unit response—Telnet:
filenamex
•
date/time
•
length
]
filenamex
•
date/time
•
length
]
filenamex
•
date/time
•
length
]
...
space_remaining
•
bytes left
Unit response—HEML sample code:
var file–new array ();
file [1] = ‘filename1, date1, filesize1‘;
file [2] = ‘filename2, date2, filesize2‘;
...
file [n] = ‘filenamen, daten, filesizen‘;
file [n+1] ‘space remaining, bytes left’
List files in current directory and
lower levels
E
LF
}
NOTE: LF has the same response from the unit as DF, except path/directory precede filenames for files from
directories below the current directory.