Chapter 3
Device Management
RUGGEDCOM ROS
User Guide
48
Uploading/Downloading Files Using XMODEM
Section 3.4.1
Uploading/Downloading Files Using XMODEM
To updload or download a file using XMODEM, do the following:
NOTE
This method requires a host computer that has terminal emulation or Telnet software installed and the
ability to perform XMODEM transfers.
NOTE
Xmodem transfers can only be performed through the serial console, which is authenticated during
login.
1. Establish a direct connection between the device and the host computer. For more information, refer to
Section 2.1.1, “Connecting Directly”
2. Log in to the device as an admin user and access the CLI shell. For more information about accessing the
Section 2.6, “Using the Command Line Interface”
.
NOTE
The
send
option sends files to the host computer, while the
receive
option pulls files from the
host computer.
3. At the CLI prompt, type:
xmodem
[send | receive]
filename
Where:
•
filename
is the name of the file (i.e. main.bin)
NOTE
If available in the terminal emulation or Telnet software, select the XModem 1K protocol for
transmission over the standard XModem option.
4. When the device responds with
Press Ctrl-X to cancel
, launch the XMODEM transfer from the host computer. The device will indicate when the transfer is
complete.
The following is an example from the CLI shell of a successful XMODEM file transfer:
>xmodem receive main.bin
Press Ctrl-X to cancel
Receiving data now ...C
Received 1428480 bytes. Closing file main.bin ...
main.bin transferred successfully
Section 3.4.2
Uploading/Downloading Files Using a TFTP Client
To updload or download a file using a TFTP client, do the following: