Lantronix
ION x6010 User Guide
33493 Rev. F
Page 120 of 261
Command
:
TFTP Get
Syntax
:
tftp get iptype
=<ww>
ipaddr
=<xx>
remotefile
=<yy>
[localfile
=<zz>]
Description
: Gets (retrieves) a file from the default directory on the TFTP server and puts it in the
IONMM
where:
ww = IP address format; valid choices are:
• ipv4 (32-bit address format)
• dns (domain name address format)
xx = IP address of the TFTP server where the file is located
yy = name of the file to “get”
zz = optional; name that the file is to be saved as on the IONMM or NID.
Example
:
C1|S3|L1D>tftp get iptype=ipv4 ipaddr=192.168.1.30 remotefile=cert localfile=cert
TFTP transferring...
File transfer successful!
Command
:
TFTP Put
Syntax
:
tftp put iptyp
e=<ww>
ipaddr
=<xx>
localfile
=<yy> [
remotefile
=<zz>]
Description
: Puts (sends) a local file from the IONMM to the default directory on the TFTP server.
Where:
ww = IP address format; valid choices are:
• ipv4 (32-bit address format)
• dns (domain name address format)
xx = IP address of the TFTP server where the file is to be sent
yy = name of the file to send (“put”)
zz = optional; name the file is to be saved as on the TFTP server
Example
:
C1|S4|L1D>
tftp put iptype ipv4 ipaddr 192.168.1.30 localfile readme
tftp put failed.