User's Manual
AR24027 Operator’s Manual (rev A)
- 50 -
>copy-file tmp/tdd01_02 tdd01_02
delete-file
filename=filename
Deletes the specified file from RAM or Flash PROM. If the memory location is not defined
(flash or tmp), the command assumes the flash directory.
Examples:
>delete-file filename=tdd01_03
directory
format=short or full
Lists all the files currently stored in flash PROM and RAM, their size, the sectors occupied and
the MD5 checksum (full version). It also indicates which of the files is the default program.
Files stored in flash PROM have the flash/ prefix. Files stored in RAM have the tmp/ prefix.
Examples:
>directory full
download-file
source=path/filename
destination=filename
method=inline or binary
Downloads a program file from a PC to the AR24027.
To download a file through the Ethernet port or across RF links you need to be running the
Econsole program on a PC attached to a radio through the Ethernet port. In this case the
program file must be in binary format (with extension .bin). The path/ in the source parameter
is the PC directory where the file resides. The program file is transferred to the AR24027 and is
stored in the radio memory under the name specified by the destination parameter. If the
destination parameter is omitted, the file will be stored in Flash PROM with the same name as
the source. Note that the “.bin” extension is not needed in the command. The download
“method” to use must be “binary” (which is the default).
Example:
>download C:\load\tdd01_12
download the file tdd01_12.bin from the PC directory C:\load into the unit file
flash/tdd01_12
If the download is performed from a terminal connected to the Auxiliary port, the file is in
ASCII format and has the extension .dwn. The download method must be “inline”. The source
parameter is not needed since, after issuing the command, the user must initiate the transfer of
the file from the terminal.
Example: