SD Memory Card support
Some TransPort routers are available with internal SD memory card, the drive letter assigned to
this card is "s:". To access the SD memory using an FTP client, the subdirectory assigned is
"sdmmc". The SD card can be used in the same way as USB MSDs. The SD card is internal and not
removable.
Batch Control commands
Any batch file can contain one of the following two control lines: ERROR_EXIT or ERROR_RUN. If
ERROR_EXIT is specified in a batch file, any commands run after that point in the file will cause the
termination of the batch file if that command causes an error (for example, attempting to delete
a file that does not exist). ERROR_RUN can be used to return the operation to default, which is to
continue the execution of the batch file commands.
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
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
Digi TransPort User Guide
Administration - File Management > FLASH Directory
USB support
531
Need help?
Do you have a question about the TransPort and is the answer not in the manual?