Switch 7700 Command reference Guide, v2.0

Table Of Contents
TFTP Configuration Commands 429
Parameter
//A.A.A.A/xxx.yyy: Information about the file to be downloaded from the TFTP
server.
A.A.A.A: IP address of the TFTP server.
mmm.nnn: Specify the filename saved as after downloaded to the switch, which
can be different from
xxx.yyy.
Description
Using the tftp get command, you can download a file xxx.yyy from the
specified directory of the TFTP server (at
A.A.A.A) and saving it as mmm.nnn on the
switch.
For the related commands, see tftp, tftp put.
Example
Download the file LANSwitch.app from the TFTP server at 1.1.3.214 and save it as
vxWorks.app on the local switch.
[SW7700]tftp binary
[SW7700]tftp get //1.1.3.214/ LANSwitch.app vxWorks.app
tftp put Syntax
tftp put mmm.nnn //A.A.A.A/xxx.yyy
View
System view
Parameter
mmm.nnn: The file to be uploaded.
//A.A.A.A/xxx.yyy: IP address of the TFTP server and the filename to be saved
as.
Description
Using the tftp put command, you can upload a file from the switch to the
specified directory on the TFTP server (at
A.A.A.A) and saving it as mmm.nnn.
For the related commands, see tftp, tftp get.
Example
Upload the vrpcfg.txt to the TFTP server at 1.1.3.214 and save it as Temp.txt.
[SW7700]tftp ascii
[SW7700]tftp put vrpcfg.txt //1.1.3.214/temp.txt