User`s guide

435
USB Filing System Commands
The USB storage device will respond to any of the standard filing system commands. For all
filing system commands, the USB storage device is regarded as drive u:.
Note:
The unit does not support sub-directories. Any sub-directories on the USB device will appear
with a size of 0 bytes on the Administration - File Management > FLASH Directory
page.
Example 1:
To display the contents of the USB storage device, you would enter the command:
dir u:
SERIALS.TXT 1843
EVENTL~1.TXT 1449
USB.TXT 4278
MASSR1~1.TXT 1255
OK
If the USB storage device is empty, you will get the following message:
No files
If no USB device is present, the following message is displayed:
No USB flash directory
Example 2:
To copy a file called “image” from the main flash memory onto the USB device, you would
enter the command:
copy image u:image
To copy a file called “Logcodes.TXT” from the USB device to the main flash memory, you
would enter the command:
copy u:Logcodes.TXT Logcodes.TXT
or
copy u:Logcodes.TXT
If no destination file is specified, the destination is set to the FLASH directory and the file
name remains the same.