53
Command Line Interface
TFTP Client Setup Commands
tftp srvip <
IP ADDRESS
>
Definition:
This command sets the IP address of the TFTP server.
The image must be resident on that TFTP server. If the
IP address is invalid, the message
ERROR
will be
displayed.
Example:
ggdbg>tftp srvip 172.16.6.245
OK
tftp get <
FILENAME
>
Definition:
Gets the image from the TFTP server. The <FILENAME>
is the name of the image on the TFTP server. If any error
occurs during the image download, the message
ERROR
will be displayed. When the user enters
tftp
get
, the file name in EEPROM will be employed.
Example:
ggdbg>tftp get c:\102nmm.tfp
Download d:\project\dg102\102nmm.tfp ...\
OK
tftp update
Definition:
This command updates the image in FLASH. The image
is downloaded for storage in DRAM. If any error occurs
during the image update, the message
ERROR
will be
displayed.
Example:
ggdbg>tftp update
.. Erase Runtime Flash Memory ... Done
.. Program Runtime Flash Memory ... Done
OK